Options.MergedCellColor Property
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.
Returns or sets a WdCellColor constant that represents the color for merged table cells. Read/write.
public:
property Microsoft::Office::Interop::Word::WdCellColor MergedCellColor { Microsoft::Office::Interop::Word::WdCellColor get(); void set(Microsoft::Office::Interop::Word::WdCellColor value); };
public Microsoft.Office.Interop.Word.WdCellColor MergedCellColor { get; set; }
member this.MergedCellColor : Microsoft.Office.Interop.Word.WdCellColor with get, set
Public Property MergedCellColor As WdCellColor
Property Value
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.