CopyRow

GridCells.CopyRow method

复制整行的数据和格式。

public void CopyRow(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex)
范围类型描述
sourceCellsGridCells源单元格对象包含要复制的数据和格式。
sourceRowIndexInt32源行索引。
destinationRowIndexInt32目标行索引。

也可以看看