Gets the current available undo steps count.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int UndoStepsCount { get; }
Public ReadOnly Property UndoStepsCount As Integer Get
public: property int UndoStepsCount { int get (); }
member UndoStepsCount : int with get