Spread Windows Forms 12.0 Product Documentation
SheetSpanModelChangingEventType Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : 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
public enum SheetSpanModelChangingEventType : System.Enum 
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

Reference

FarPoint.Win.Spread.Model Namespace