Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Field Class / SelectionStart Property


In This Topic
    SelectionStart Property (Field)
    In This Topic
    Gets a character index for the beginning of the current selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectionStart As Integer
    'Usage
     
    Dim instance As Field
    Dim value As Integer
     
    value = instance.SelectionStart
    public int SelectionStart {get;}

    Property Value

    A System.Int32 value means current selection start position.
    Remarks
    The property is related to GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionStart. Users can change it through control's select method.
    See Also