Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / ExcelCharts Property


In This Topic
    ExcelCharts Property
    In This Topic
    Gets the excel charts.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExcelCharts As List(Of IExcelChart)
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As List(Of IExcelChart)
     
    value = instance.ExcelCharts
    public List<IExcelChart> ExcelCharts {get;}

    Property Value

    The excel charts.
    See Also