Options.SplitCellColor Property

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

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

Syntax

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

value = instance.SplitCellColor

instance.SplitCellColor = value
WdCellColor SplitCellColor { 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