Options.SplitCellColor Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdCellColor SplitCellColor { Microsoft::Office::Interop::Word::WdCellColor get(); void set(Microsoft::Office::Interop::Word::WdCellColor value); };
public Microsoft.Office.Interop.Word.WdCellColor SplitCellColor { get; set; }
member this.SplitCellColor : Microsoft.Office.Interop.Word.WdCellColor with get, set
Public Property SplitCellColor As WdCellColor

Property Value

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.

Applies to