CopyRows

GridCells.CopyRows method

复制某些整行的数据和格式。

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

也可以看看