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


In This Topic
    Index Property (ITrendline)
    In This Topic
    Gets a 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 ITrendline
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}
    See Also