Spread WPF 17
GrapeCity.Excel Namespace / IExcelChartWriter Interface / GetWorksheetCharts Method


In This Topic
    GetWorksheetCharts Method
    In This Topic
    get all the charts in the specified worksheet
    Syntax
    'Declaration
     
    Function GetWorksheetCharts( _
       ByVal sheetIndex As Integer _
    ) As List(Of IExcelChart)
    'Usage
     
    Dim instance As IExcelChartWriter
    Dim sheetIndex As Integer
    Dim value As List(Of IExcelChart)
     
    value = instance.GetWorksheetCharts(sheetIndex)
    List<IExcelChart> GetWorksheetCharts( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    See Also