Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSpanModelChangingEventType Enumeration


SheetSpanModelChangingEventType Enumeration
Specifies the type of Changing event that is going to occur for a span model for the sheet.
Syntax
'Declaration
 
Public Enum SheetSpanModelChangingEventType 
   Inherits System.Enum
 
'Usage
 
Dim instance As SheetSpanModelChangingEventType
Members
MemberDescription
ModelUpdatingIndicates that the entire model is going to change.
SpanAddingIndicates that an individual span is going to be added.
SpanRemovingIndicates that an individual span is going to be removed.
SpanUpdatingIndicates that a span setting in a particular range is going to change.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.Model.SheetSpanModelChangingEventType

See Also