PageNumbers.StartingNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the starting note number, line number, or page number.
public:
property int StartingNumber { int get(); void set(int value); };
public int StartingNumber { get; set; }
member this.StartingNumber : int with get, set
Public Property StartingNumber As Integer
Property Value
Remarks
You must be in print layout view to see line numbering.
When applied to page numbers, this property returns or sets the beginning page number for the specified HeaderFooter object. This number may or may not be visible on the first page, depending on the setting of the ShowFirstPageNumber property. The RestartNumberingAtSection property, if set to False, will override the StartingNumber property so that page numbering can continue from the previous section.