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