CollectionBase1.CopyTo
CopyTo(T[])
public void CopyTo(T[] array)
| Parameter | Type | Description |
|---|---|---|
| array | T[] |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
CopyTo(T[], int)
public void CopyTo(T[] array, int arrayIndex)
| Parameter | Type | Description |
|---|---|---|
| array | T[] | |
| arrayIndex | Int32 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells
CopyTo(int, T[], int, int)
public void CopyTo(int index, T[] array, int arrayIndex, int count)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | |
| array | T[] | |
| arrayIndex | Int32 | |
| count | Int32 |
See Also
- class CollectionBase<T>
- namespace Aspose.Cells
- assembly Aspose.Cells