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)
Syntax
'Declaration
Public Enumeration WdDeleteCells
'Usage
Dim instance As WdDeleteCells
public enum WdDeleteCells
Members
Member name | Description | |
---|---|---|
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. | |
wdDeleteCellsEntireRow | Delete the entire row of cells from the table. | |
wdDeleteCellsEntireColumn | Delete the entire column of cells from the table. |