Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter2 Interface / ExcelGetAxisLabelFormat Method


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

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    axisId
    isBiff
    formatId
    formatCode
    isDateAxis
    See Also