Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NameInfo Class / BaseRow Property


In This Topic
    BaseRow Property
    In This Topic
    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