Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetDataModelEventType Enumeration


In This Topic
    SheetDataModelEventType Enumeration
    In This Topic
    Specifies the type of Change event that has occurred for an axis model for the sheet.
    Syntax
    'Declaration
     
    
    Public Enum SheetDataModelEventType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SheetDataModelEventType
    public enum SheetDataModelEventType : System.Enum 
    Members
    MemberDescription
    AggregationUpdateIndicates that the aggregation data model has been updated
    CellsUpdatedIndicates that cells with cell data have been updated
    ColumnsAddedIndicates that columns have been added
    ColumnsRemovedIndicates that columns have been removed
    ModelUpdatedIndicates that the sheet data model has been updated
    RowsAddedIndicates that rows have been added
    RowsRemovedIndicates that rows have been removed
    Inheritance Hierarchy

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

    See Also