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


In This Topic
SelectionLength Property (IEditorSupport)
In This Topic
Gets or sets the number of characters selected in the control.
Syntax
'Declaration
 
Property SelectionLength As Integer
 
'Usage
 
Dim instance As IEditorSupport
Dim value As Integer
 
instance.SelectionLength = value
 
value = instance.SelectionLength

Property Value

The number of characters selected in the control.
See Also