Attachmate Reflection 2014 .NET API Reference
StartRow Property (HostField)
Example 


Gets field start row.
Syntax
'Declaration
 
Public ReadOnly Property StartRow As Integer
'Usage
 
Dim instance As HostField
Dim value As Integer
 
value = instance.StartRow
public int StartRow {get;}
Example
private HostField host;
int startRow = host.StartRow;
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

HostField Class
HostField Members

Send Feedback