InfoConnect for Airlines
StartRow Property (IScreenRegion)


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