You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Threaded Comments/Add Comment/.NET/Add Comment/Add Comment/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ using (ExcelEngine excelEngine = new ExcelEngine())
40
40
41
41
//Dispose streams
42
42
outputStream.Dispose();
43
+
inputStream.Dispose();
43
44
}
44
45
```
45
46
46
-
More information about adding a threaded comments in the worksheet can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-drawing-objects#create) section.
47
+
More information about adding a threaded comments in the worksheet can be found in this [documentation](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-drawing-objects#create) section.
0 commit comments