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