ExcelGetAxisLabelFormat Method (IExcelChartWriter2)
In This Topic
Syntax
'Declaration
Function ExcelGetAxisLabelFormat( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As Boolean, _
ByRef As Integer, _
ByRef As String, _
ByVal 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)
bool ExcelGetAxisLabelFormat(
short ,
int ,
PlotAreaType ,
AxisType ,
int ,
bool ,
out int ,
out string ,
bool
)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- axisId
- isBiff
- formatId
- formatCode
- isDateAxis
See Also