Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / EndColumn Property
Example


In This Topic
EndColumn Property (HostField)
In This Topic
Gets field end column.
Syntax
'Declaration
 
Public ReadOnly Property EndColumn As Integer
 
'Usage
 
Dim instance As HostField
Dim value As Integer
 
value = instance.EndColumn
Example
private HostField host;
int EndColumn = host.EndColumn;
See Also