Find.Format Property

Determine if formatting is included in the find operation.

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

Syntax

'Declaration
Property Format As Boolean
    Get
    Set
'Usage
Dim instance As Find
Dim value As Boolean

value = instance.Format

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

Property Value

Type: System.Boolean

Remarks

This property returns True if formatting is included in the find operation, and False if not. Set the property value to True or False to enable or disable the functionality.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace