CopyColumns
GridCells.CopyColumns method
复制整列的数据和格式。
public void CopyColumns(GridCells sourceCells, int sourceColumnIndex, int destinationColumnIndex,
int columnNumber)
范围 | 类型 | 描述 |
---|---|---|
sourceCells | GridCells | 源单元格对象包含要复制的数据和格式。 |
sourceColumnIndex | Int32 | 源列索引。 |
destinationColumnIndex | Int32 | 目标列索引。 |
columnNumber | Int32 | 复制的列号。 |