Range.Document 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 Document object associated with the specified range.
public:
property Microsoft::Office::Interop::Word::Document ^ Document { Microsoft::Office::Interop::Word::Document ^ get(); };
public Microsoft.Office.Interop.Word.Document Document { get; }
member this.Document : Microsoft.Office.Interop.Word.Document
Public ReadOnly Property Document As Document