LineNumbering.RestartMode 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 way line numbering runs— that is, whether it starts over at the beginning of a new page or section or runs continuously.
public:
property Microsoft::Office::Interop::Word::WdNumberingRule RestartMode { Microsoft::Office::Interop::Word::WdNumberingRule get(); void set(Microsoft::Office::Interop::Word::WdNumberingRule value); };
public Microsoft.Office.Interop.Word.WdNumberingRule RestartMode { get; set; }
member this.RestartMode : Microsoft.Office.Interop.Word.WdNumberingRule with get, set
Public Property RestartMode As WdNumberingRule
Property Value
Remarks
You must be in print layout view to see line numbering.