CopyRow

GridCells.CopyRow method

Copia datos y formatos de una fila completa.

public void CopyRow(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex)
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.

Ver también