Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Index Property


In This Topic
    Index Property (IChart)
    In This Topic
    Gets an integer value that represents the index number of the chart within the collection.
    Syntax
    'Declaration
     
    ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As IChart
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}
    See Also