Skip to content

Commit 66afd66

Browse files
authored
Update README.md
1 parent 1217b7d commit 66afd66

File tree

1 file changed

+2
-1
lines changed
  • Threaded Comments/Add Comment/.NET/Add Comment/Add Comment

1 file changed

+2
-1
lines changed

Threaded Comments/Add Comment/.NET/Add Comment/Add Comment/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ using (ExcelEngine excelEngine = new ExcelEngine())
4040

4141
//Dispose streams
4242
outputStream.Dispose();
43+
inputStream.Dispose();
4344
}
4445
```
4546

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

Comments
 (0)