[]
Specifies the type of Change event that has occurred for a style model for the sheet.
public enum SheetStyleModelEventType
Public Enum SheetStyleModelEventType
Name | Description |
---|---|
CellsUpdated | Indicates that the style of one or more cells has changed |
ColumnsAdded | Indicates that the style of one or more columns has been added |
ColumnsRemoved | Indicates that the style of one or more columns has been removed |
ModelUpdated | Indicates that the model has been updated such that all styles may have changed |
RowsAdded | Indicates that the style of one or more rows has been added |
RowsRemoved | Indicates that the style of one or more rows has been removed |