Click or drag to resize

ExcelCommentsCollection Class

Represents a collection of comments in a worksheet
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelCommentsCollection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelCommentsCollection

The ExcelCommentsCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of commments in this collection.
Public propertyItem Gets the comment at the specified index from collection.
Top
Methods
 NameDescription
Public methodGetEnumerator Gets the collection enumerator
Top
See Also