Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / 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
     
    
    Shadows ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As IChart
    Dim value As Integer
     
    value = instance.Index
    new int Index {get;}
    See Also