InfoConnect for Airlines
EndRow Property (HostField)
Example 


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