Programming with Reflection
SelectionStartRow property
Syntax |
object.SelectionStartRow |
Works with |
|
Data type |
Returns a row number identifying the beginning 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.