'DeclarationPublic Enum ActionCategory Inherits System.Enum
'UsageDim instance As ActionCategory
public enum ActionCategory : System.Enum
'DeclarationPublic Enum ActionCategory Inherits System.Enum
'UsageDim instance As ActionCategory
public enum ActionCategory : System.Enum
| Member | Description |
|---|---|
| AutoFilter | Cells should be repainted because of auto filter. |
| Axis | The axis is changed. |
| ConditionalFormatting | Cells should be repainted because of conditional formatting. |
| Data | Cell value is changed |
| DataValidation | Elements, related to data validation, should be refreshed. |
| DiagonalLine | Layout of diagonalLine should be re-calculated. |
| 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. |
| Table | Cells should be repainted because of table. |
| TabStrip | The tabstrip should be recalculated. |
| Theme | Cells should be repainted because of changing theme. |
| View | The view need to be updated. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.UI.ActionCategory