Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentThreaded Interface / Resolved Property


In This Topic
    Resolved Property
    In This Topic
    Gets or sets a boolean value indicating whether the threaded comment is resolved.
    Syntax
    'Declaration
     
    
    Property Resolved As Boolean
    'Usage
     
    
    Dim instance As ICommentThreaded
    Dim value As Boolean
     
    instance.Resolved = value
     
    value = instance.Resolved
    bool Resolved {get; set;}
    See Also