Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetStyleModelEventType Enumeration


In This Topic
    SheetStyleModelEventType Enumeration
    In This Topic
    Specifies the type of Change event that has occurred for a style model for the sheet.
    Syntax
    'Declaration
     
    
    Public Enum SheetStyleModelEventType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SheetStyleModelEventType
    public enum SheetStyleModelEventType : System.Enum 
    Members
    MemberDescription
    CellsUpdatedIndicates that the style of one or more cells has changed
    ColumnsAddedIndicates that the style of one or more columns has been added
    ColumnsRemovedIndicates that the style of one or more columns has been removed
    ModelUpdatedIndicates that the model has been updated such that all styles may have changed
    RowsAddedIndicates that the style of one or more rows has been added
    RowsRemovedIndicates that the style of one or more rows has been removed
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.Model.SheetStyleModelEventType

    See Also