Class RadWorksheetEditorHistoryState
Represents the RadWorksheetEditor history state.
Inheritance
System.Object
RadWorksheetEditorHistoryState
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RadWorksheetEditorHistoryState : Object
Properties
SheetViewState
Gets the view state of the sheet.
Declaration
public ISheetViewState SheetViewState { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.ISheetViewState
The view state of the sheet. |