Options.MergedCellColor Property

Returns or sets a WdCellColor constant that represents the color for merged table cells. Read/write.

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

Syntax

'Declaration
Property MergedCellColor As WdCellColor
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdCellColor

value = instance.MergedCellColor

instance.MergedCellColor = value
WdCellColor MergedCellColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdCellColor
WdCellColor

Remarks

This property applies only to documents upon which you have run the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean), Compare(String, Object%, Object%, Object%, Object%, Object%, Object%, Object%), or Merge(String, Object%, Object%, Object%, Object%) method.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace