Enum
SheetCollectionChangeType

Specifies the type of modification operation performed on a workbook's sheet collection.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum SheetCollectionChangeType

Fields

Add

Sheet was added to the collection.

Declaration

cs-api-definition
Add = 0

Field Value

SheetCollectionChangeType

Hide

Sheet visibility changed to hidden.

Declaration

cs-api-definition
Hide = 3

Field Value

SheetCollectionChangeType

Move

Sheet was moved to a different position in the collection.

Declaration

cs-api-definition
Move = 1

Field Value

SheetCollectionChangeType

Remove

Sheet was removed from the collection.

Declaration

cs-api-definition
Remove = 2

Field Value

SheetCollectionChangeType

Unhide

Sheet visibility changed to visible.

Declaration

cs-api-definition
Unhide = 4

Field Value

SheetCollectionChangeType

In this article
DefinitionFieldsAddHideMoveRemoveUnhide
Not finding the help you need?
Contact Support