Spread Windows Forms 12.0 Product Documentation
SelectionStart Property (IEditorSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IEditorSupport Interface : SelectionStart Property
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
int SelectionStart {get; set;}

Property Value

The character position from which to start selecting.
See Also

Reference

IEditorSupport Interface
IEditorSupport Members