Spread Windows Forms 14.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ActionCategory Enumeration


In This Topic
    ActionCategory Enumeration
    In This Topic
    Represents which data causes invalidating UI.
    Syntax
    'Declaration
     
    
    Public Enum ActionCategory 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ActionCategory
    public enum ActionCategory : System.Enum 
    Members
    MemberDescription
    AutoFilterCells should be repainted because of auto filter.
    AxisThe axis is changed.
    ConditionalFormattingCells should be repainted because of conditional formatting.
    DataCell value is changed
    DataValidationElements, related to data validation, should be refreshed.
    DiagonalLineLayout of diagonalLine should be re-calculated.
    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.
    TableCells should be repainted because of table.
    TabStripThe tabstrip should be recalculated.
    ThemeCells should be repainted because of changing theme.
    ViewThe view need to be updated.
    Inheritance Hierarchy

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

    See Also