CommentCollectionItem Property |
Gets the element at the specified index.
Read-only
Comment.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IComment this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IComment
Get
public:
virtual property IComment^ default[int index] {
IComment^ get (int index) sealed;
}
abstract Item : IComment with get
override Item : IComment with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ICommentImplements
ICommentCollectionItemInt32
See Also