Word.DeleteCells enum
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.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| entireColumn = "EntireColumn" | Delete the entire column of cells from the table. |
| entireRow = "EntireRow" | Delete the entire row of cells from the table. |
| shiftLeft = "ShiftLeft" | Shift remaining cells left in the row where the deletion occurred after a cell or range of cells has been deleted. |
| shiftUp = "ShiftUp" | Shift remaining cells up in the column where the deletion occurred after a cell or range of cells has been deleted. |