SelectionLength Property (C1TrueDBGrid)
In This Topic
Gets or sets the number of characters selected within the grid's editing window.
Syntax
'Declaration
Public Property SelectionLength As System.Integer
public System.int SelectionLength {get; set;}
See Also