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


In This Topic
    BaseColumn Property
    In This Topic
    Gets the base column of the custom named expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property BaseColumn As Integer
    'Usage
     
    Dim instance As NameInfo
    Dim value As Integer
     
    value = instance.BaseColumn
    public int BaseColumn {get;}

    Property Value

    The base column.
    See Also