Click or drag to resize

ExcelCommentsCollectionItem Property

Gets the comment at the specified index from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
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