Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ChartObjects Property


In This Topic
    ChartObjects Property
    In This Topic
    Gets an GrapeCity.Spreadsheet.Charts.IChartObjects object that represents a collection of all the embedded charts on the sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property ChartObjects As IChartObjects
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IChartObjects
     
    value = instance.ChartObjects
    IChartObjects ChartObjects {get;}
    See Also