WdDeleteCells Enum
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.
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.
public enum class WdDeleteCells
[System.Runtime.InteropServices.Guid("01F6710A-249D-3A35-A3B4-FCBF42BF72FA")]
public enum WdDeleteCells
type WdDeleteCells =
Public Enum WdDeleteCells
- Inheritance
-
WdDeleteCells
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdDeleteCellsShiftLeft | 0 | Shift remaining cells left in the row where the deletion occurred after a cell or range of cells has been deleted. |
wdDeleteCellsShiftUp | 1 | Shift remaining cells up in the column where the deletion occurred after a cell or range of cells has been deleted. |
wdDeleteCellsEntireRow | 2 | Delete the entire row of cells from the table. |
wdDeleteCellsEntireColumn | 3 | Delete the entire column of cells from the table. |