WdCellColor enumeration (Word)
Specifies the color of highlighting for table cells that were added, deleted, or merged in the current document.
Name | Value | Description |
---|---|---|
wdCellColorByAuthor | -1 | Highlighting color determined by reviewer. |
wdCellColorLightBlue | 2 | Light blue. |
wdCellColorLightGray | 7 | Light gray. |
wdCellColorLightGreen | 6 | Light green. |
wdCellColorLightOrange | 5 | Light orange. |
wdCellColorLightPurple | 4 | Light purple. |
wdCellColorLightYellow | 3 | Light yellow. |
wdCellColorNoHighlight | 0 | No highlighting. |
wdCellColorPink | 1 | Pink. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.