CopyTo
CopyTo(T[])
public void CopyTo(T[] array)
| Parameter | Typ | Beskrivning |
|---|---|---|
| array | T[] |
Se även
- class CollectionBase<T>
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
CopyTo(T[], int)
public void CopyTo(T[] array, int arrayIndex)
| Parameter | Typ | Beskrivning |
|---|---|---|
| array | T[] | |
| arrayIndex | Int32 |
Se även
- class CollectionBase<T>
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
CopyTo(int, T[], int, int)
public void CopyTo(int index, T[] array, int arrayIndex, int count)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | Int32 | |
| array | T[] | |
| arrayIndex | Int32 | |
| count | Int32 |
Se även
- class CollectionBase<T>
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells