Winnovative Excel Library

ExcelCommentsCollectionItem Property

Winnovative Excel Library Documentation
Gets the comment at the specified index from collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelComment this[
	int commentIndex
] { get; }

Parameters

commentIndex
Type: SystemInt32
The zero based index of the comment in collection.

Return Value

Type: ExcelComment
The comment at the specified index in collection.
See Also

Reference