CopyRows
GridCells.CopyRows method
Kopiert Daten und Formatierungen einiger ganzer Zeilen.
public void CopyRows(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex,
int rowNumber)
| Parameter | Typ | Beschreibung |
|---|---|---|
| sourceCells | GridCells | Das Quellzellen-Objekt enthält zu kopierende Daten und Formatierungen. |
| sourceRowIndex | Int32 | Quellzeilenindex. |
| destinationRowIndex | Int32 | Zielzeilenindex. |
| rowNumber | Int32 | Die kopierte Zeilennummer. |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb