Footnotes Interface 

A collection of Footnote objects that represent all the footnotes in a selection, range, or document.

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

Usage

Public Class ootnotesImplementation
    Implements Footnotes
End Class
Dim ootnotesImplementation1 As New ootnotesImplementation()

Syntax

Public Interface Footnotes
    Inherits IEnumerable
public interface Footnotes : IEnumerable
public interface class Footnotes : public IEnumerable
public interface Footnotes implements IEnumerable
public interface Footnotes implements IEnumerable

Remarks

Use the Footnotes property of a Selection, Range, or Document object to return the Footnotes collection.

Use the Add method to add a footnote to the Footnotes collection.

Use Footnotes(index), where index is the index number, to return a single Footnote object. The index number represents the position of the footnote in the selection, range, or document.

Footnotes positioned at the end of a document or section are considered endnotes and are included in the Endnotes collection.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Footnotes Members