Spread WinForms 15
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
See Also