[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SheetSpanModelChangingEventType

SheetSpanModelChangingEventType Enum

Specifies the type of Changing event that is going to occur for a span model for the sheet.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum SheetSpanModelChangingEventType
Public Enum SheetSpanModelChangingEventType

Fields

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.