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