GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommandAction Enumeration


ThreadedCommandAction Enumeration
Syntax
'Declaration
 
Public Enum ThreadedCommandAction 
   Inherits System.Enum
 
'Usage
 
Dim instance As ThreadedCommandAction
Members
MemberDescription
AddAdd a new threaded comment or reply
DeleteDelete a threaded comment or reply
EditEdit a reply or comment
NextMove to next comment If can not find next comment, we will move to last comment
PreviousMove to previous comment If can not find previous comment, we will move to first comment
ResolvedThreaded comment is resolved or re-opened
Inheritance Hierarchy

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

See Also