[]
Specifies the type of Changing event that is going to occur for a span model for the sheet.
public enum SheetSpanModelChangingEventType
Public Enum SheetSpanModelChangingEventType
| Name | Description |
|---|---|
| ModelUpdating | Indicates that the entire model is going to change. |
| SpanAdding | Indicates that an individual span is going to be added. |
| SpanRemoving | Indicates that an individual span is going to be removed. |
| SpanUpdating | Indicates that a span setting in a particular range is going to change. |