Gets the base row of the custom named expression.
Syntax
'Declaration
Public ReadOnly Property BaseRow As Integer
'Usage
Dim instance As NameInfo
Dim value As Integer
value = instance.BaseRow
public int BaseRow {get;}
Property Value
The base row.
See Also