Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / GetSheetCharts Method


In This Topic
    GetSheetCharts Method (IExcelWorksheet)
    In This Topic
    Returns all charts defined in the current worksheet.
    Syntax
    'Declaration
     
    Function GetSheetCharts() As List(Of IExcelChart)
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As List(Of IExcelChart)
     
    value = instance.GetSheetCharts()
    List<IExcelChart> GetSheetCharts()
    See Also