ToArray()

ICommentCollection::ToArray() method

Creates and returns an array with all comments.

virtual System::ArrayPtr<System::SharedPtr<IComment>> Aspose::Slides::ICommentCollection::ToArray()=0

Return Value

Array of IComment.

ICommentCollection::ToArray(int32_t, int32_t) method

Creates and returns an array with all comments from the specified range.

virtual System::ArrayPtr<System::SharedPtr<IComment>> Aspose::Slides::ICommentCollection::ToArray(int32_t startIndex, int32_t count)=0

Arguments

ParameterTypeDescription
startIndexint32_tAn index of a first comment to return.
countint32_tA number of comments to return.

Return Value

Array of IComment.

See Also