Interface ISheet
Defines members for the sheet classes.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface ISheet
Properties
IsLayoutUpdateSuspended
Gets the value indicating whether the layout update is suspended.
Declaration
bool IsLayoutUpdateSuspended { get; }
Property Value
System.Boolean
The value indicating whether the layout update is suspended. |
Name
Gets or sets the name of the sheet.
Declaration
string Name { get; set; }
Property Value
System.String
The name of the sheet. |
Type
Gets the type of the sheet.
Declaration
SheetType Type { get; }
Property Value
SheetType
The type of the sheet. |
ViewState
Gets the view state of the sheet.
Declaration
ISheetViewState ViewState { get; }
Property Value
ISheetViewState
The view state of the sheet. |
Visibility
Gets the visibility.
Declaration
SheetVisibility Visibility { get; }
Property Value
SheetVisibility
The visibility. |
Workbook
Methods
InvalidateLayout()
Invalidates the layout.
Declaration
void InvalidateLayout()
ResumeLayoutUpdate()
Resumes the layout update.
Declaration
void ResumeLayoutUpdate()
SuspendLayoutUpdate()
Suspends the layout update.
Declaration
void SuspendLayoutUpdate()
Events
LayoutInvalidated
Occurs when the layout is invalidated.
Declaration
event EventHandler LayoutInvalidated
Event Type
System.EventHandler
|