GridCells.MoveRange

GridCells.MoveRange method

Moves the range.

public void MoveRange(GridCellArea sourceArea, int destRow, int destColumn)
ParameterTypeDescription
sourceAreaGridCellAreaThe range which should be moved.
destRowInt32The dest row.
destColumnInt32The dest column.

See Also