WdCellColor Enumeration

Specifies the color of highlighting for table cells that were added, deleted, or merged in the current document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdCellColor
'Usage
Dim instance As WdCellColor
public enum WdCellColor

Members

Member name Description
wdCellColorByAuthor Highlighting color determined by reviewer.
wdCellColorNoHighlight No highlighting.
wdCellColorPink Pink.
wdCellColorLightBlue Light blue.
wdCellColorLightYellow Light yellow.
wdCellColorLightPurple Light purple.
wdCellColorLightOrange Light orange.
wdCellColorLightGreen Light green.
wdCellColorLightGray Light gray.

See Also

Reference

Microsoft.Office.Interop.Word Namespace