ThreadedCommentAuthorCollectionItem Property (Int32) |
Gets the person who create threaded comments.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic ThreadedCommentAuthor this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ThreadedCommentAuthor
Get
public:
property ThreadedCommentAuthor^ default[int index] {
ThreadedCommentAuthor^ get (int index);
}
member Item : ThreadedCommentAuthor with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
ThreadedCommentAuthor
See Also