Gets
'Declaration Public ReadOnly Property StartRow As Integer
'Declaration
Public ReadOnly Property StartRow As Integer
'Usage Dim instance As HostField Dim value As Integer value = instance.StartRow
'Usage
Dim instance As HostField Dim value As Integer value = instance.StartRow
public int StartRow {get;}
private HostField host; int startRow = host.StartRow;
HostField Class HostField Members