Selection.Find Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Find object that contains the criteria for a find operation.
public:
property Microsoft::Office::Interop::Word::Find ^ Find { Microsoft::Office::Interop::Word::Find ^ get(); };
public Microsoft.Office.Interop.Word.Find Find { get; }
member this.Find : Microsoft.Office.Interop.Word.Find
Public ReadOnly Property Find As Find
Property Value
Remarks
If the find operation is successful, the selection is changed.