CopyRows

GridCells.CopyRows method

Kopierar data och formatering av vissa hela rader.

public void CopyRows(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber)
ParameterTypBeskrivning
sourceCellsGridCellsSource Cells-objektet innehåller data och formatering att kopiera.
sourceRowIndexInt32Källradsindex.
destinationRowIndexInt32Destinationsradindex.
rowNumberInt32Det kopierade radnumret.

Se även