[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.SelectionLength

SelectionLength Property

SelectionLength

Gets a value indicating the number of characters in the current selection.

Declaration
public int SelectionLength { get; }
Public ReadOnly Property SelectionLength As Integer
Property Value
Type Description
int

A int value means current selection length.

Remarks
note

The property is related to GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionLength. Users can change it through control's select method.