Spread WPF Documentation
SheetChangedEventAction Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : SheetChangedEventAction Enumeration
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

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace