Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Charts Property


In This Topic
    Charts Property (IWorkbook)
    In This Topic
    Gets the GrapeCity.Spreadsheet.Charts.ICharts collection that represents all the charts in the specified workbook.
    Syntax
    'Declaration
     
    
    ReadOnly Property Charts As ICharts
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As ICharts
     
    value = instance.Charts
    ICharts Charts {get;}
    See Also