[]
Specifies the type of Change event that has occurred for an axis model for the sheet.
public enum SheetDataModelEventType
Public Enum SheetDataModelEventType
| Name | Description |
|---|---|
| AggregationUpdate | Indicates that the aggregation data model has been updated |
| CellsUpdated | Indicates that cells with cell data have been updated |
| ColumnsAdded | Indicates that columns have been added |
| ColumnsRemoved | Indicates that columns have been removed |
| ModelUpdated | Indicates that the sheet data model has been updated |
| RowsAdded | Indicates that rows have been added |
| RowsRemoved | Indicates that rows have been removed |