WdDeleteCells Enumeration 

Specifies a range of cells to be deleted from a table in a delete cells action or the behavior of the remaining cells after the deletion has occurred.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdDeleteCells1 As WdDeleteCells = WdDeleteCells.wdDeleteCellsEntireColumn

Syntax

Public Enum WdDeleteCells
public enum WdDeleteCells
public enum class WdDeleteCells
public enum WdDeleteCells
public enum WdDeleteCells

Members

Member name Description
wdDeleteCellsEntireColumn Delete the entire column of cells from the table.
wdDeleteCellsEntireRow Delete the entire row of cells from the table.
wdDeleteCellsShiftLeft Shift remaining cells left in the row where the deletion occurred after a cell or range of cells has been deleted.
wdDeleteCellsShiftUp Shift remaining cells up in the column where the deletion occurred after a cell or range of cells has been deleted.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace