Cells.Delete(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.