Programming with Reflection
SelectionEndRow property
Syntax |
object.SelectionEndRow |
Works with |
|
Data type |
Returns a row number identifying the end of the selection in the terminal window. The row is returned in host-addressable coordinates. 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.