Spread for ASP.NET 12 Product Documentation
SheetDataModelEventType Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : SheetDataModelEventType Enumeration
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.Web.Spread.Model.SheetDataModelEventType

See Also

Reference

FarPoint.Web.Spread.Model Namespace