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