Property | Type | Description | |
---|---|---|---|
AddCommentsFromXml | void | ||
CreateXml | void | ||
ExcelCommentCollection | System | ||
IEnumerable | IEnumerator |
Method | Description | |
---|---|---|
Add ( OfficeOpenXml.ExcelRangeBase cell, string Text, string author ) : OfficeOpenXml.ExcelComment |
Adds a comment to the top left cell of the range
|
|
Remove ( ExcelComment comment ) : void |
Removes the comment
|
|
RemoveAt ( int Index ) : void |
Removes the comment at the specified position
|
|
this ( ExcelCellAddress cell ) : ExcelComment |
Indexer for the comments collection
|
|
this ( int Index ) : ExcelComment |
Indexer for the comments collection
|
Method | Description | |
---|---|---|
AddCommentsFromXml ( ) : void | ||
CreateXml ( |
||
ExcelCommentCollection ( ExcelPackage pck, ExcelWorksheet ws, XmlNamespaceManager ns ) : System | ||
IEnumerable ( ) : IEnumerator |
public Add ( OfficeOpenXml.ExcelRangeBase cell, string Text, string author ) : OfficeOpenXml.ExcelComment | ||
cell | OfficeOpenXml.ExcelRangeBase | The cell |
Text | string | The comment text |
author | string | Author |
return | OfficeOpenXml.ExcelComment |
public Remove ( ExcelComment comment ) : void | ||
comment | ExcelComment | The comment to remove |
return | void |
public this ( ExcelCellAddress cell ) : ExcelComment | ||
cell | ExcelCellAddress | The cell |
return | ExcelComment |
public this ( int Index ) : ExcelComment | ||
Index | int | The index |
return | ExcelComment |