Spread WPF Documentation
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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.