Footnotes.Location Property

Returns or sets the position of all footnotes.

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

Syntax

'Declaration
Property Location As WdFootnoteLocation
    Get
    Set
'Usage
Dim instance As Footnotes
Dim value As WdFootnoteLocation

value = instance.Location

instance.Location = value
WdFootnoteLocation Location { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdFootnoteLocation

Remarks

The Location property can be one of the WdFootnoteLocation constants.

See Also

Reference

Footnotes Interface

Footnotes Members

Microsoft.Office.Interop.Word Namespace