ExcelGetAxisLabelFormat Method (IExcelChartWriter)
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 _
) As Boolean
'Usage
Dim instance As IExcelChartWriter
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 value As Boolean
value = instance.ExcelGetAxisLabelFormat(sheet, chartIndex, plotAreaType, axisType, axisId, isBiff, formatId, formatCode)
bool ExcelGetAxisLabelFormat(
short ,
int ,
PlotAreaType ,
AxisType ,
int ,
bool ,
out int ,
out string
)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- axisId
- isBiff
- formatId
- formatCode
See Also