InfoConnect for Unisys
StartRow Property (ScreenRegion)


The starting row of the region.
Syntax
'Declaration
 
Public ReadOnly Property StartRow As Integer
'Usage
 
Dim instance As ScreenRegion
Dim value As Integer
 
value = instance.StartRow
public int StartRow {get;}
See Also