Spread WinForms 15
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
See Also