'Declaration
Public Enum SheetSpanModelChangingEventType Inherits System.Enum
'Usage
Dim instance As SheetSpanModelChangingEventType
public enum SheetSpanModelChangingEventType : System.Enum
'Declaration
Public Enum SheetSpanModelChangingEventType Inherits System.Enum
'Usage
Dim instance As SheetSpanModelChangingEventType
public enum SheetSpanModelChangingEventType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.Model.SheetSpanModelChangingEventType