Field.Result 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 Range object that represents a field's result.
public:
property Microsoft::Office::Interop::Word::Range ^ Result { Microsoft::Office::Interop::Word::Range ^ get(); void set(Microsoft::Office::Interop::Word::Range ^ value); };
public Microsoft.Office.Interop.Word.Range Result { get; set; }
member this.Result : Microsoft.Office.Interop.Word.Range with get, set
Public Property Result As Range
Property Value
Remarks
You can access a field result without changing the view from field codes. Use the Text property to return text from a Range object.