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