Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader2 Interface / ExcelSetAxisLabelFormat Method


In This Topic
    ExcelSetAxisLabelFormat Method (IExcelChartReader2)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetAxisLabelFormat( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByVal isBiff As Boolean, _
       ByVal formatId As Integer, _
       ByVal formatCode As String, _
       ByVal isDateAxis As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader2
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim plotAreaType As PlotAreaType
    Dim axisType As AxisType
    Dim index As Integer
    Dim isBiff As Boolean
    Dim formatId As Integer
    Dim formatCode As String
    Dim isDateAxis As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetAxisLabelFormat(sheet, chartIndex, plotAreaType, axisType, index, isBiff, formatId, formatCode, isDateAxis)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    isBiff
    formatId
    formatCode
    isDateAxis
    See Also