CopyTo
CopyTo(T[])
public void CopyTo(T[] array)
| Parametre | Tip | Tanım |
|---|---|---|
| array | T[] |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
CopyTo(T[], int)
public void CopyTo(T[] array, int arrayIndex)
| Parametre | Tip | Tanım |
|---|---|---|
| array | T[] | |
| arrayIndex | Int32 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
CopyTo(int, T[], int, int)
public void CopyTo(int index, T[] array, int arrayIndex, int count)
| Parametre | Tip | Tanım |
|---|---|---|
| index | Int32 | |
| array | T[] | |
| arrayIndex | Int32 | |
| count | Int32 |
Ayrıca bakınız
- class CollectionBase<T>
- ad alanı Aspose.Cells
- toplantı Aspose.Cells