ExcelCommentsCollection Class

Represents a collection of comments in a worksheet

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCommentsCollection
Inheritance
Object    ExcelCommentsCollection

Properties

Count Gets the number of commments in this collection.
Item Gets the comment at the specified index from collection.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also