ExcelCommentCollection Class

Office Open XML

Collection of Excelcomment objects

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public class ExcelCommentCollection : IEnumerable
Visual Basic (Declaration)
Public Class ExcelCommentCollection _
	Implements IEnumerable
Visual C++
public ref class ExcelCommentCollection : IEnumerable

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.ExcelCommentCollection

See Also