CopyColumn
GridCells.CopyColumn method
Kopiert Daten und Formatierungen einer ganzen Spalte.
public void CopyColumn(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex)
Parameter | Typ | Beschreibung |
---|---|---|
sourceCells | GridCells | Das Quellzellen-Objekt enthält zu kopierende Daten und Formatierungen. |
sourceColumnIndex | Int32 | Quellspaltenindex. |
destinationColumnIndex | Int32 | Index der Zielspalte. |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb