ExcelCommentsCollectionItem Property |
Gets the comment at the specified index from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelComment this[
int commentIndex
] { get; }Public ReadOnly Default Property Item (
commentIndex As Integer
) As ExcelComment
Get
Parameters
- commentIndex Int32
- The zero based index of the comment in collection.
Return Value
ExcelCommentThe comment at the specified index in collection.
See Also