Spread Windows Forms 9.0 Product Documentation
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Win.Spread.Model Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.