Table of Contents

Class ExcelCommentCollection

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public class ExcelCommentCollection : IEnumerable, IDisposable
Inheritance
ExcelCommentCollection
Implements
Inherited Members
Extension Methods

Properties

CommentXml

public XmlDocument CommentXml { get; set; }

Property Value

XmlDocument

Count

public int Count { get; }

Property Value

int

this[ExcelCellAddress]

public ExcelComment this[ExcelCellAddress cell] { get; }

Parameters

cell ExcelCellAddress

Property Value

ExcelComment

this[int]

public ExcelComment this[int Index] { get; }

Parameters

Index int

Property Value

ExcelComment

Worksheet

public ExcelWorksheet Worksheet { get; set; }

Property Value

ExcelWorksheet

Methods

Add(ExcelRangeBase, string, string)

public ExcelComment Add(ExcelRangeBase cell, string Text, string author)

Parameters

cell ExcelRangeBase
Text string
author string

Returns

ExcelComment

Insert(int, int, int, int)

public void Insert(int fromRow, int fromCol, int rows, int columns)

Parameters

fromRow int
fromCol int
rows int
columns int

Remove(ExcelComment)

public void Remove(ExcelComment comment)

Parameters

comment ExcelComment

RemoveAt(int)

public void RemoveAt(int Index)

Parameters

Index int