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


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

    Parameters

    sheet
    chartIndex
    is3D
    See Also