CommentAuthorCollectionItem Property |
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ICommentAuthor this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ICommentAuthor
Get
public:
virtual property ICommentAuthor^ default[int index] {
ICommentAuthor^ get (int index) sealed;
}
abstract Item : ICommentAuthor with get
override Item : ICommentAuthor with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ICommentAuthorImplements
ICommentAuthorCollectionItemInt32
See Also