Spread Silverlight 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
ColumnsAdded Indicates that one or more columns have been added.
ColumnsRemoved Indicates that one or more columns have been removed.
RowsAdded Indicates that one or more rows have been added.
RowsRemoved Indicates that one or more rows have been removed.
Updated Indicates 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