InfoConnect for Airlines
StartRow Property (ScreenRegion)
Example 


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;}
Example
private ScreenRegion screenRegion;
//Get the starting row.
int startRow = screenRegion.StartRow;
See Also