Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class / GetUndoList Method


In This Topic
    GetUndoList Method
    In This Topic
    Returns all undo commands.
    Syntax
    'Declaration
     
    Public Function GetUndoList() As ICommand()
    'Usage
     
    Dim instance As UndoManager
    Dim value() As ICommand
     
    value = instance.GetUndoList()
    public ICommand[] GetUndoList()
    See Also