Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionLength Property


In This Topic
SelectionLength Property (FormulaTextBox)
In This Topic
Internal use only. Gets or sets the length of the selection.
Syntax
'Declaration
 
Public Overrides Property SelectionLength As Integer
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Integer
 
instance.SelectionLength = value
 
value = instance.SelectionLength
See Also