CopyTo
CopyTo(T[])
public void CopyTo(T[] array)
| Параметр | Тип | Описание |
|---|---|---|
| array | T[] |
Смотрите также
- class CollectionBase<T>
- пространство имен Aspose.Cells
- сборка Aspose.Cells
CopyTo(T[], int)
public void CopyTo(T[] array, int arrayIndex)
| Параметр | Тип | Описание |
|---|---|---|
| array | T[] | |
| arrayIndex | Int32 |
Смотрите также
- class CollectionBase<T>
- пространство имен Aspose.Cells
- сборка Aspose.Cells
CopyTo(int, T[], int, int)
public void CopyTo(int index, T[] array, int arrayIndex, int count)
| Параметр | Тип | Описание |
|---|---|---|
| index | Int32 | |
| array | T[] | |
| arrayIndex | Int32 | |
| count | Int32 |
Смотрите также
- class CollectionBase<T>
- пространство имен Aspose.Cells
- сборка Aspose.Cells