Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ViewportFormulaSelectionHitTestInformation Class / SelectionIndex Property


In This Topic
    SelectionIndex Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectionIndex As Integer
    'Usage
     
    Dim instance As ViewportFormulaSelectionHitTestInformation
    Dim value As Integer
     
    value = instance.SelectionIndex
    public int SelectionIndex {get;}
    See Also