Footnotes.NumberStyle Property

Returns or sets the number style for the footnotes in a selection, range, or document. Read/write.

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 Footnotes
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 one of the WdNoteNumberStyle constants. 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

Footnotes Interface

Footnotes Members

Microsoft.Office.Interop.Word Namespace