Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetAxisLabelFormat Method


In This Topic
    ExcelSetAxisLabelFormat Method (IExcelChartReader)
    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 _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    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 value As Boolean
     
    value = instance.ExcelSetAxisLabelFormat(sheet, chartIndex, plotAreaType, axisType, index, isBiff, formatId, formatCode)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    isBiff
    formatId
    formatCode
    See Also