TextRangeCollection
CopyTo Method
|
Copies all elements from the collection to the specified array.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
public:
virtual void CopyTo(
Array^ array,
int index
) sealed
abstract CopyTo :
array : Array *
index : int -> unit
override CopyTo :
array : Array *
index : int -> unit
Parameters
-
array
-
Type:
System
Array
Target array.
-
index
-
Type:
System
Int32
Starting index in the target array.
Implements
ICollection
CopyTo(Array, Int32)
See Also