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