ChartDataWorksheetCollectionCopyTo Method |
Copy to specified array.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic void CopyTo(
Array array,
int arrayIndex
)
Public Sub CopyTo (
array As Array,
arrayIndex As Integer
)
public:
virtual void CopyTo(
Array^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : Array *
arrayIndex : int -> unit
override CopyTo :
array : Array *
arrayIndex : int -> unit
Parameters
- array
- Type: SystemArray
Array to copy to. - arrayIndex
- Type: SystemInt32
Index to begin copying.
Implements
ICollectionCopyTo(Array, Int32)
See Also