'Declaration
Public Enum ActionCategory Inherits System.Enum
'Usage
Dim instance As ActionCategory
public enum ActionCategory : System.Enum
'Declaration
Public Enum ActionCategory Inherits System.Enum
'Usage
Dim instance As ActionCategory
public enum ActionCategory : System.Enum
Member | Description |
---|---|
AutoFilter | Cells should be repainted because of auto filter. |
Axis | The axis is changed. |
Border | The border is changed (layout of diagonalLine should be re-calculated). |
ConditionalFormatting | Cells should be repainted because of conditional formatting. |
Data | Cell value is changed |
DataValidation | Elements, related to data validation, should be refreshed. |
DrawingObject | The drawing object |
FormulaBar | Formual bar need to be updated. |
General | Cells should be repainted. |
GridLines | |
Hyperlink | The hyperlink is changed. |
LanguagePackage | LanguagePackage is changed. |
Layout | The layout should be re-calculated. |
MergedCells | Cells should be repainted because of MergedCell |
NumberFormats | The number format is changed |
Selection | Selection is changed. |
ShowActiveSheet | Active sheet need to be shown. |
Sparkline | The sparkline need to be updated. |
Table | Cells should be repainted because of table. |
TabStrip | The tabstrip should be recalculated. |
Theme | Cells should be repainted because of changing theme. |
ThreadedComment | The ThreadedComment is changed. |
View | The view need to be updated. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.UI.ActionCategory