PageNumbers.RestartNumberingAtSection Property

True if page numbering starts at 1 again at the beginning of the specified section.

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

Syntax

'Declaration
Property RestartNumberingAtSection As Boolean
    Get
    Set
'Usage
Dim instance As PageNumbers
Dim value As Boolean

value = instance.RestartNumberingAtSection

instance.RestartNumberingAtSection = value
bool RestartNumberingAtSection { get; set; }

Property Value

Type: System.Boolean

Remarks

If set to False, the RestartNumberingAtSection property will override the StartingNumber property so that page numbering can continue from the previous section.

See Also

Reference

PageNumbers Interface

PageNumbers Members

Microsoft.Office.Interop.Word Namespace