Spread Windows Forms 12.0 Product Documentation
SelectionLength Property (IEditorSupport)


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

Property Value

The number of characters selected in the control.
See Also

Reference

IEditorSupport Interface
IEditorSupport Members