Footnotes.NumberingRule Property

Returns or sets the way footnotes are numbered after page breaks or section breaks.

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

Syntax

'Declaration
Property NumberingRule As WdNumberingRule
    Get
    Set
'Usage
Dim instance As Footnotes
Dim value As WdNumberingRule

value = instance.NumberingRule

instance.NumberingRule = value
WdNumberingRule NumberingRule { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdNumberingRule

Remarks

The NumberingRule property can be one of the WdNumberingRule constants.

See Also

Reference

Footnotes Interface

Footnotes Members

Microsoft.Office.Interop.Word Namespace