ExcelCommentsCollectionItem Property

Gets the comment at the specified index from collection.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelComment this[
	int commentIndex
] { get; }

Parameters

commentIndex  Int32
The zero based index of the comment in collection.

Return Value

ExcelComment
The comment at the specified index in collection.

See Also