Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommandAction Enumeration


In This Topic
    ThreadedCommandAction Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ThreadedCommandAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ThreadedCommandAction
    public enum ThreadedCommandAction : System.Enum 
    Members
    MemberDescription
    AddAdd a new threaded comment or reply
    DeleteDelete a threaded comment or reply
    EditEdit a reply or comment
    ResolvedThreaded comment is resolved or re-opened
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.ThreadedCommandAction

    See Also