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


In This Topic
    ExcelGetChartIndex Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartIndex( _
       ByVal sheet As Short, _
       ByVal chartName As String _
    ) As Short
    'Usage
     
    
    Dim instance As IExcelChartWriter
    Dim sheet As Short
    Dim chartName As String
    Dim value As Short
     
    value = instance.ExcelGetChartIndex(sheet, chartName)
    short ExcelGetChartIndex( 
       short sheet,
       string chartName
    )

    Parameters

    sheet
    chartName
    See Also