This topic has not yet been rated - Rate this topic

FootnoteOptions Interface

Represents the properties assigned to a range or selection of footnotes in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
'Declaration
<GuidAttribute("BEA85A24-D7DA-4F3D-B58C-ED90FB01D615")> _
Public Interface FootnoteOptions
'Usage
Dim instance As FootnoteOptions

Use the FootnoteOptions property of the Range or Selection object to return a FootnoteOptions object. Using the FootnoteOptions object, you can assign different footnote properties to different areas of a document. For example, you may want footnotes in the introduction of a long document to be displayed as lowercase letters, while in the rest of your document they are displayed as asterisks.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.