Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionTabs Property


In This Topic
    SelectionTabs Property
    In This Topic
    Internal use only. Gets the tabs of the selection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property SelectionTabs As Integer()
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value() As Integer
     
    value = instance.SelectionTabs
    public new int[] SelectionTabs {get;}
    See Also