InfoConnect for Unisys
EndRow Property (ScreenRegion)


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