- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelCommentCollection : IEnumerable, IDisposable
- Inheritance
-
ExcelCommentCollection
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
public XmlDocument CommentXml { get; set; }
Property Value
- XmlDocument
public int Count { get; }
Property Value
- int
public ExcelComment this[ExcelCellAddress cell] { get; }
Parameters
cell ExcelCellAddress
Property Value
- ExcelComment
public ExcelComment this[int Index] { get; }
Parameters
Index int
Property Value
- ExcelComment
public ExcelWorksheet Worksheet { get; set; }
Property Value
- ExcelWorksheet
Methods
public ExcelComment Add(ExcelRangeBase cell, string Text, string author)
Parameters
cell ExcelRangeBase
Text string
author string
Returns
- ExcelComment
public void Insert(int fromRow, int fromCol, int rows, int columns)
Parameters
fromRow int
fromCol int
rows int
columns int
public void Remove(ExcelComment comment)
Parameters
comment ExcelComment
public void RemoveAt(int Index)
Parameters
Index int