Programming with Reflection
SelectionEndColumn property
Syntax |
object.SelectionEndColumn |
Works with |
|
Data type |
Returns a column number identifying the end of the current text 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.