CopyRows

GridCells.CopyRows method

Copia datos y formatos de algunas filas completas.

public void CopyRows(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber)
ParámetroEscribeDescripción
sourceCellsGridCellsEl 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