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)

Usage

Dim pageNumbers1 As PageNumbers

Dim returnValue As Boolean
returnValue = pageNumbers1.RestartNumberingAtSection

Dim sampleValue As Boolean
pageNumbers1.RestartNumberingAtSection = sampleValue

Syntax

Property RestartNumberingAtSection() As Boolean
bool RestartNumberingAtSection {get; set;}
property Boolean RestartNumberingAtSection{
    Boolean get();
    Void set(Boolean);
}
public boolean get_RestartNumberingAtSection();
public void set_RestartNumberingAtSection(boolean);
function get RestartNumberingAtSection() : Boolean;
function set RestartNumberingAtSection(Boolean);

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

PageNumbers Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

PageNumbers Members