InfoConnect for Airlines
StartRow Property (HostField)
Example 


Gets field start row.
Syntax
'Declaration
 
Public ReadOnly Property StartRow As Integer
'Usage
 
Dim instance As HostField
Dim value As Integer
 
value = instance.StartRow
public int StartRow {get;}
Example
private HostField host;
int startRow = host.StartRow;
See Also