Cells.MoveRange

Cells.MoveRange method

Moves the range.

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

See Also