Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetShowSecondAxis Method


In This Topic
    ExcelGetShowSecondAxis Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetShowSecondAxis( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef showSecondAxis As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim showSecondAxis As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetShowSecondAxis(sheet, chartIndex, showSecondAxis)
    bool ExcelGetShowSecondAxis( 
       short sheet,
       int chartIndex,
       out bool showSecondAxis
    )

    Parameters

    sheet
    chartIndex
    showSecondAxis
    See Also