CommentList
ToArray Method (Int32, Int32)
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Comment[] ToArray(
int startIndex,
int count
)
Public Function ToArray (
startIndex As Integer,
count As Integer
) As Comment()
public:
array<Comment^>^ ToArray(
int startIndex,
int count
)
member ToArray :
startIndex : int *
count : int -> Comment[]
Parameters
-
startIndex
-
Type:
System
Int32
-
count
-
Type:
System
Int32
Return Value
Type:
Comment
See Also