CopyRows

CopyRows(Cells, int, int, int)

Copia datos y formatos de algunas filas completas.

public void CopyRows(Cells sourceCells, int sourceRowIndex, int destinationRowIndex, int rowNumber)
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.
rowNumberInt32El número de fila copiado.

Ver también


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

Copia datos y formatos de algunas filas completas.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
ParámetroEscribeDescripción
sourceCells0CellsEl objeto Celdas de origen contiene datos y formatos para copiar.
sourceRowIndexInt32Índice de fila de origen.
destinationRowIndexInt32Índice de fila de destino.
rowNumberInt32El número de fila copiado.
copyOptionsCopyOptionsLas opciones de copia.

Ver también


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

Copia datos y formatos de algunas filas completas.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
ParámetroEscribeDescripción
sourceCells0CellsEl objeto Celdas de origen contiene datos y formatos para copiar.
sourceRowIndexInt32Índice de fila de origen.
destinationRowIndexInt32Índice de fila de destino.
rowNumberInt32El número de fila copiado.
copyOptionsCopyOptionsLas opciones de copia.
pasteOptionsPasteOptionslas opciones de pegado.

Ver también