







|
| EPPlus 3.0 |
| ExcelCommentCollection..::.Remove Method |
| ExcelCommentCollection Class See Also Send Feedback |
Removes the comment
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public void Remove( ExcelComment comment ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ comment As ExcelComment _ ) |
| Visual C++ |
|---|
public: void Remove( ExcelComment^ comment ) |
Parameters
- comment
- Type: OfficeOpenXml..::.ExcelComment
The comment to remove
