Range.MoveTo

Range.MoveTo method

Move the current range to the dest range.

public void MoveTo(int destRow, int destColumn)
ParameterTypeDescription
destRowInt32The start row of the dest range.
destColumnInt32The start column of the dest range.

See Also