Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / Index Property


In This Topic
    Index Property (IFormControl)
    In This Topic
    Gets the index of the control in the collection.
    Syntax
    'Declaration
     
    ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As IFormControl
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}
    See Also