Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetChangedEventAction Enumeration


In This Topic
    SheetChangedEventAction Enumeration
    In This Topic
    Specifies the type of sheet event.
    Syntax
    'Declaration
     
    Public Enum SheetChangedEventAction 
       Inherits System.Enum
    'Usage
     
    Dim instance As SheetChangedEventAction
    public enum SheetChangedEventAction : System.Enum 
    Members
    MemberDescription
    ColumnsAddedIndicates that one or more columns have been added.
    ColumnsRemovedIndicates that one or more columns have been removed.
    RowsAddedIndicates that one or more rows have been added.
    RowsRemovedIndicates that one or more rows have been removed.
    UpdatedIndicates that the style of one or more cells has changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.SheetChangedEventAction

    See Also