CopyRow

Cells.CopyRow method

Copia datos y formatos de una fila completa.

public void CopyRow(Cells sourceCells, int sourceRowIndex, int destinationRowIndex)
ParámetroEscribeDescripción
sourceCellsCellsEl objeto Celdas de origen contiene datos y formatos para copiar.
sourceRowIndexInt32Índice de fila de origen.
destinationRowIndexInt32Índice de fila de destino.

Ver también