True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SelectionStart Property

In This Topic
    SelectionStart Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the starting point of the text selection within the grid's editing window.
    Syntax
    'Declaration
     
    Public Property SelectionStart As System.Integer
    public System.int SelectionStart {get; set;}
    See Also