Programming with Reflection
SelectionStartColumn property
Syntax |
object.SelectionStartColumn |
Works with |
|
Data type |
Returns a column number identifying the beginning of the selection in the terminal window. If there is no selection, an error is returned.
(Use the SelectionType property to determine if a selection exists, and the SelectText method to select text.)
This property is read-only.