CopyRow

Cells.CopyRow method

复制整行的数据和格式。

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

也可以看看