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


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