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


In This Topic
    ExcelCheckCatAxisType Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelCheckCatAxisType( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByRef isDateAxis As Boolean, _
       ByRef isAuto 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 index As Integer
    Dim isDateAxis As Boolean
    Dim isAuto As Boolean
    Dim value As Boolean
     
    value = instance.ExcelCheckCatAxisType(sheet, chartIndex, plotAreaType, axisType, index, isDateAxis, isAuto)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    isDateAxis
    isAuto
    See Also