Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / History Property


In This Topic
    History Property
    In This Topic
    Gets the history text string for current calculation. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property History As String
    'Usage
     
    Dim instance As GcDropDownCalculator
    Dim value As String
     
    value = instance.History
    public string History {get;}

    Property Value

    The history text string.
    See Also