ExcelGetAxisOffset Method
In This Topic
Syntax
'Declaration
Function ExcelGetAxisOffset( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByRef As Short _
) As Boolean
'Usage
Dim instance As IExcelChartWriter
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim axisId As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim labelOffset As Short
Dim value As Boolean
value = instance.ExcelGetAxisOffset(sheetIndex, chartIndex, axisId, plotAreaType, axisType, labelOffset)
bool ExcelGetAxisOffset(
short ,
int ,
int ,
PlotAreaType ,
AxisType ,
out short
)
Parameters
- sheetIndex
- chartIndex
- axisId
- plotAreaType
- axisType
- labelOffset
See Also