Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.DeleteCells enum
- Package:
- word
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
Used by
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
