Cells.Delete(Object) Method

Definition

Deletes cells in a table and optionally controls how the remaining cells are shifted.

public void Delete (ref object ShiftCells);
abstract member Delete : obj -> unit
Public Sub Delete (Optional ByRef ShiftCells As Object)

Parameters

ShiftCells
Object

The direction in which the remaining cells are to be shifted. Can be any WdDeleteCells constant. If omitted, cells to the right of the last deleted cell are shifted left.

Applies to