Enum SheetCollectionChangeType
Specifies the type of modification operation performed on a workbook's sheet collection.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum SheetCollectionChangeType
Add
Sheet was added to the collection.
Hide
Sheet visibility changed to hidden.
Move
Sheet was moved to a different position in the collection.
Remove
Sheet was removed from the collection.
Unhide
Sheet visibility changed to visible.