ExcelCommentsCollectionItem Property
Gets the comment at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public ExcelComment this[
int commentIndex
] { get; }
- commentIndex Int32
- The zero based index of the comment in collection.
ExcelCommentThe comment at the specified index in collection.