Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / StateType Enumeration


In This Topic
    StateType Enumeration
    In This Topic
    Represents the type of state change.
    Syntax
    'Declaration
     
    
    Public Enum StateType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StateType
    public enum StateType : System.Enum 
    Members
    MemberDescription
    AnyAll states are changed.
    CellCell's state is changed.
    ChartChart's settings are changed
    ShapeShape's state is changed.
    SystemSystem settings are changed.
    TableTable's settings are changed
    UserState is changed because of user's interaction.
    WorkbookWorkbook's settings are changed
    WorksheetWorksheet's settings are changed
    Inheritance Hierarchy

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

    See Also