Attachmate.Reflection.Emulation.Common Namespace > ScreenRegion Class : EndRow Property |
'Declaration
Public ReadOnly Property EndRow As Integer
'Usage
Dim instance As ScreenRegion Dim value As Integer value = instance.EndRow
public int EndRow {get;}
private ScreenRegion screenRegion; //Get the ending row of the region. int endRow = screenRegion.EndRow;