Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ActionCategory Enumeration


ActionCategory Enumeration
Represents which data causes invalidating UI.
Syntax
'Declaration
 
Public Enum ActionCategory 
   Inherits System.Enum
 
'Usage
 
Dim instance As ActionCategory
Members
MemberDescription
AutoFilterCells should be repainted because of auto filter.
AxisThe axis is changed.
BorderThe border is changed (layout of diagonalLine should be re-calculated).
ConditionalFormattingCells should be repainted because of conditional formatting.
DataCell value is changed
DataValidationElements, related to data validation, should be refreshed.
DrawingObjectThe drawing object
FormulaBarFormual bar need to be updated.
GeneralCells should be repainted.
GridLines 
HyperlinkThe hyperlink is changed.
LanguagePackageLanguagePackage is changed.
LayoutThe layout should be re-calculated.
MergedCellsCells should be repainted because of MergedCell
NumberFormatsThe number format is changed
SelectionSelection is changed.
ShowActiveSheetActive sheet need to be shown.
SparklineThe sparkline need to be updated.
TableCells should be repainted because of table.
TabStripThe tabstrip should be recalculated.
ThemeCells should be repainted because of changing theme.
ThreadedCommentThe ThreadedComment is changed.
ViewThe view need to be updated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.UI.ActionCategory

See Also