Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditorSupport Interface / SelectionStart Property


In This Topic
SelectionStart Property (IEditorSupport)
In This Topic
Gets or sets the number of the character's position from which to start selecting.
Syntax
'Declaration
 
Property SelectionStart As Integer
 
'Usage
 
Dim instance As IEditorSupport
Dim value As Integer
 
instance.SelectionStart = value
 
value = instance.SelectionStart

Property Value

The character position from which to start selecting.
See Also