FootnoteOptions.NumberStyle Property

Returns or sets the number style for 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)

Syntax

'Declaration
Property NumberStyle As WdNoteNumberStyle
    Get
    Set
'Usage
Dim instance As FootnoteOptions
Dim value As WdNoteNumberStyle

value = instance.NumberStyle

instance.NumberStyle = value
WdNoteNumberStyle NumberStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdNoteNumberStyle

Remarks

The NumberStyle property can be any FootnoteOptions constant. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

See Also

Reference

FootnoteOptions Interface

FootnoteOptions Members

Microsoft.Office.Interop.Word Namespace