WdCellColor Enum

Definition

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

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.

Applies to