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


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