EndColumn Property (HostField)
Gets
field end column.
public int EndColumn {get;}
'Declaration
Public ReadOnly Property EndColumn As Integer
'Usage
Dim instance As HostField
Dim value As Integer
value = instance.EndColumn
private HostField host;
int EndColumn = host.EndColumn;