Skip to content

Commit e6baa77

Browse files
1000669-AddYouTubeLink
1 parent c2c4829 commit e6baa77

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Document-Processing/Excel/Excel-Library/NET/Working-with-Drawing-Objects.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,9 @@ A complete working example to remove comment in C# is present on [this GitHub pa
924924

925925
Threaded comments are a way to add and organize annotations or discussions related to specific cells in a worksheet. [IThreadedComment](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IThreadedComment.html) object represents a threaded comment in a worksheet.
926926

927+
To quickly learn how to add, reply to, resolve, delete, and clear threaded comments in Excel documents, check out this video.
928+
{% youtube "https://www.youtube.com/watch?v=h8x62gZLxng" %}
929+
927930
### Create
928931

929932
The following code explains how to create a threaded comment for a specific cell using [AddThreadedComment](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IRange.html#Syncfusion_XlsIO_IRange_AddThreadedComment_System_String_System_String_System_DateTime_) method.

0 commit comments

Comments
 (0)