Options.DeletedCellColor Property

Returns or sets a WdCellColor constant that represents the color for a deleted cell. Read/write.

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

Syntax

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

value = instance.DeletedCellColor

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

Property Value

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

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace