CommentCollectionToArray Method (Int32, Int32) |
Creates and returns an array with all comments from the specified range.
An index of a first comment to return.A number of comments to return.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IComment[] ToArray(
int startIndex,
int count
)
Public Function ToArray (
startIndex As Integer,
count As Integer
) As IComment()
public:
virtual array<IComment^>^ ToArray(
int startIndex,
int count
) sealed
abstract ToArray :
startIndex : int *
count : int -> IComment[]
override ToArray :
startIndex : int *
count : int -> IComment[]
Parameters
- startIndex
- Type: SystemInt32
- count
- Type: SystemInt32
Return Value
Type:
ICommentArray of
Comment.
Implements
ICommentCollectionToArray(Int32, Int32)
See Also