Options.RepeatWord Property

Returns or sets a Boolean that represents whether to mark words that are repeated when spelling is checked. True flags repeated words. Read/write.

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

Syntax

'Declaration
Property RepeatWord As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.RepeatWord

instance.RepeatWord = value
bool RepeatWord { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Flag repeated words check box on the Proofing tab of the Word Options dialog box.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace