Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / GetSheetCharts Method


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