ExcelCommentsCollectionItem Property
Gets the comment at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelComment this[
int commentIndex
] { get; }
Public ReadOnly Default Property Item (
commentIndex As Integer
) As ExcelComment
Get
public:
property ExcelComment^ default[int commentIndex] {
ExcelComment^ get (int commentIndex);
}
member Item : ExcelComment with get
- commentIndex Int32
- The zero based index of the comment in collection.
ExcelCommentThe comment at the specified index in collection.