Find.Forward Property

Determines if the find operation searches forward through the document.

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

Syntax

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

value = instance.Forward

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

Property Value

Type: System.Boolean

Remarks

This property returns True if the find operation searches forward through the document, and False if it searches backward through the document. 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