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:
C#
public enum SheetCollectionChangeType
Fields
Sheet was added to the collection.
C#
Add = 0
Sheet visibility changed to hidden.
C#
Hide = 3
Sheet was moved to a different position in the collection.
C#
Move = 1
Sheet was removed from the collection.
C#
Remove = 2
Sheet visibility changed to visible.
C#
Unhide = 4