[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.SelectionStart

SelectionStart Property

SelectionStart

Gets a character index for the beginning of the current selection.

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

A int value means current selection start position.

Remarks
note

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