CopyRows

CopyRows(Cells, int, int, int)

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

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

也可以看看


CopyRows(Cells, int, int, int, CopyOptions)

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

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
范围类型描述
sourceCells0CellsSource Cells 对象包含要复制的数据和格式。
sourceRowIndexInt32源行索引。
destinationRowIndexInt32目标行索引。
rowNumberInt32复制的行号。
copyOptionsCopyOptions复制选项。

也可以看看


CopyRows(Cells, int, int, int, CopyOptions, PasteOptions)

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

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
范围类型描述
sourceCells0CellsSource Cells 对象包含要复制的数据和格式。
sourceRowIndexInt32源行索引。
destinationRowIndexInt32目标行索引。
rowNumberInt32复制的行号。
copyOptionsCopyOptions复制选项。
pasteOptionsPasteOptions粘贴选项。

也可以看看