Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / FunctionIntelliSense Class / SelectedIndex Property


In This Topic
    SelectedIndex Property (FunctionIntelliSense)
    In This Topic
    Gets the selected item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedIndex As Integer
    'Usage
     
    
    Dim instance As FunctionIntelliSense
    Dim value As Integer
     
    value = instance.SelectedIndex
    public int SelectedIndex {get;}
    Remarks
    -1 if the item is function name. A non-negative value if the item is argument; otherwise, returns -2.
    See Also