Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetAxisLabelFormat Method


In This Topic
ExcelGetAxisLabelFormat Method (IExcelChartWriter)
In This Topic
Syntax
'Declaration
 
Function ExcelGetAxisLabelFormat( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal axisType As AxisType, _
   ByVal axisId As Integer, _
   ByVal isBiff As Boolean, _
   ByRef formatId As Integer, _
   ByRef formatCode 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)

Parameters

sheet
chartIndex
plotAreaType
axisType
axisId
isBiff
formatId
formatCode
See Also