Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter4 Interface / ExcelGetAxisOffset Method


In This Topic
    ExcelGetAxisOffset Method (IExcelChartWriter4)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetAxisOffset( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer, _
       ByVal axisId As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByRef labelOffset As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter4
    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)

    Parameters

    sheetIndex
    chartIndex
    axisId
    plotAreaType
    axisType
    labelOffset
    See Also