MindFusion.Wpf Pack Programmer's Guide
Workbook.CanRedo Property
See Also
 





Gets a value indicating whether there is a command in the undo history which can be redone.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool CanRedo { get; }

Visual Basic  Copy Code

Public ReadOnly Property CanRedo As Boolean

 Property Value

true if there is a command in the history that can be redone; otherwise, false.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace