Share via


Endnotes.Location Property 

Returns or sets the position of all endnotes.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim endnotes1 As Endnotes

Dim returnValue As WdEndnoteLocation
returnValue = endnotes1.Location

Dim sampleValue As WdEndnoteLocation
endnotes1.Location = sampleValue

Syntax

Property Location() As WdEndnoteLocation
WdEndnoteLocation Location {get; set;}
property WdEndnoteLocation^ Location{
    WdEndnoteLocation^ get();
    Void set(WdEndnoteLocation^);
}
public WdEndnoteLocation get_Location();
public void set_Location(WdEndnoteLocation);
function get Location() : WdEndnoteLocation;
function set Location(WdEndnoteLocation);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Endnotes Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Endnotes Members