WdCellColor 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 the color of highlighting for table cells that were added, deleted, or merged in the current document.
public enum class WdCellColor
[System.Runtime.InteropServices.Guid("347CDE09-0CE2-3FBB-9BB8-7C9ECF5B750E")]
public enum WdCellColor
type WdCellColor =
Public Enum WdCellColor
- Inheritance
-
WdCellColor
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCellColorByAuthor | -1 | Highlighting color determined by reviewer. |
wdCellColorNoHighlight | 0 | No highlighting. |
wdCellColorPink | 1 | Pink. |
wdCellColorLightBlue | 2 | Light blue. |
wdCellColorLightYellow | 3 | Light yellow. |
wdCellColorLightPurple | 4 | Light purple. |
wdCellColorLightOrange | 5 | Light orange. |
wdCellColorLightGreen | 6 | Light green. |
wdCellColorLightGray | 7 | Light gray. |