Interface ISheetViewState
Defines members for the sheet view state classes.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface ISheetViewState
Properties
IsInvalidated
Gets or sets the is invalidated.
Declaration
bool IsInvalidated { get; set; }
Property Value
System.Boolean
The is invalidated. |
TabColor
Gets or sets the color of the tab.
Declaration
ThemableColor TabColor { get; set; }
Property Value
ThemableColor
The color of the tab. |