ExcelCheckCatAxisType Method
In This Topic
Syntax
'Declaration
Function ExcelCheckCatAxisType( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByRef As Boolean, _
ByRef 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)
bool ExcelCheckCatAxisType(
short ,
int ,
PlotAreaType ,
AxisType ,
int ,
out bool ,
out bool
)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- index
- isDateAxis
- isAuto
See Also