Copies the elements of this collection to the specified array starting at the specified index within the array.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void CopyTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub CopyTo( _ |
A one-dimensional array that is the destination of the copied elements.
The zero-based index in array at which copying begins.
See Also