Interface
ISheetEditor

Defines editor operations and change notifications for switching between sheets in a workbook.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public interface ISheetEditor

Properties

Sheet

Gets or sets the currently active sheet being edited.

Declaration

cs-api-definition
Sheet Sheet { get; set; }

Property Value

Sheet

The sheet.

Events

PreviewSheetChanged

Raised just before the sheet change completes, allowing final preview.

Declaration

cs-api-definition
event EventHandler PreviewSheetChanged

Event Value

EventHandler

PreviewSheetChanging

Raised before the active sheet changes, allowing preview or cancellation.

Declaration

cs-api-definition
event EventHandler PreviewSheetChanging

Event Value

EventHandler

SheetChanged

Raised after the active sheet has changed to a new sheet.

Declaration

cs-api-definition
event EventHandler SheetChanged

Event Value

EventHandler

SheetChanging

Raised during the active sheet change, after preview but before completion.

Declaration

cs-api-definition
event EventHandler SheetChanging

Event Value

EventHandler