InfoConnect for Airlines
EndColumn Property (ScreenRegion)
Example 


The ending column of the region.
Syntax
'Declaration
 
Public ReadOnly Property EndColumn As Integer
'Usage
 
Dim instance As ScreenRegion
Dim value As Integer
 
value = instance.EndColumn
public int EndColumn {get;}
Example
private ScreenRegion screenRegion;
//Get the ending column of the region.
int endColumn = screenRegion.EndColumn;
See Also