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


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