Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / EditingCommentThreaded Property


In This Topic
EditingCommentThreaded Property
In This Topic
Gets an ICommentThreaded object that represents the threaded comment which is editing.
Syntax
'Declaration
 
Public Property EditingCommentThreaded As ICommentThreaded
 
'Usage
 
Dim instance As Workbook
Dim value As ICommentThreaded
 
instance.EditingCommentThreaded = value
 
value = instance.EditingCommentThreaded
See Also