Class Sheet
Represents a sheet.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class Sheet : NotifyPropertyChangedBase, INotifyPropertyChanged, ISheet, IDisposable
Properties
IsLayoutUpdateSuspended
Gets the value indicating whether the layout update is suspended.
Declaration
public bool IsLayoutUpdateSuspended { get; }
Property Value
System.Boolean
The value indicating whether the layout update is suspended. |
Implements
IsProtected
Gets a value indicating whether the sheet is protected.
Declaration
public bool IsProtected { get; }
Property Value
System.Boolean
The is protected. |
Name
Gets or sets the name of the sheet.
Declaration
public string Name { get; set; }
Property Value
System.String
The name of the sheet. |
Implements
SheetPageSetup
Gets the sheet page setup.
Declaration
protected abstract SheetPageSetupBase SheetPageSetup { get; }
Property Value
SheetPageSetupBase
The sheet page setup. |
Type
Gets the type of the sheet.
Declaration
public abstract SheetType Type { get; }
Property Value
SheetType
The type of the sheet. |
Implements
Visibility
Gets or Sets the sheet visibility.
Declaration
public SheetVisibility Visibility { get; set; }
Property Value
SheetVisibility
The visibility. |
Implements
Workbook
Gets the workbook.
Declaration
public Workbook Workbook { get; }
Property Value
Workbook
The workbook. |
Implements
Methods
BeginUndoGroup()
Marks the beginning of an undo group.
Declaration
public void BeginUndoGroup()
CreateViewState()
Creates the state of the view.
Declaration
protected abstract ISheetViewState CreateViewState()
Returns
ISheetViewState
|
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Disposes the specified disposing.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
The disposing. |
EndUndoGroup()
Marks the end of the undo group.
Declaration
public void EndUndoGroup()
OnIsProtectedChanged()
Called when [is protected changed].
Declaration
protected virtual void OnIsProtectedChanged()
OnLayoutInvalidated()
Called when [layout invalidated].
Declaration
protected virtual void OnLayoutInvalidated()
ResumeLayoutUpdate()
Resumes the layout update.
Declaration
protected virtual void ResumeLayoutUpdate()
SuspendLayoutUpdate()
Suspends the layout update.
Declaration
protected virtual void SuspendLayoutUpdate()
Events
IsProtectedChanged
Occurs when the current protection state has changed.
Declaration
public event EventHandler IsProtectedChanged
Event Type
System.EventHandler
|
LayoutInvalidated
Occurs when the layout is invalidated.
Declaration
public event EventHandler LayoutInvalidated
Event Type
System.EventHandler
|
Implements
NameChanged
Occurs when name is changed.
Declaration
public event EventHandler NameChanged
Event Type
System.EventHandler
|