Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Charts Property


In This Topic
    Charts Property
    In This Topic
    Gets the charts.
    Syntax
    'Declaration
     
    Public ReadOnly Property Charts As SpreadCharts
    'Usage
     
    Dim instance As Worksheet
    Dim value As SpreadCharts
     
    value = instance.Charts
    public SpreadCharts Charts {get;}
    See Also