PageSetup.LineNumbering 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 LineNumbering object that represents the line numbers for the specified PageSetup object.
public:
property Microsoft::Office::Interop::Word::LineNumbering ^ LineNumbering { Microsoft::Office::Interop::Word::LineNumbering ^ get(); void set(Microsoft::Office::Interop::Word::LineNumbering ^ value); };
public Microsoft.Office.Interop.Word.LineNumbering LineNumbering { get; set; }
member this.LineNumbering : Microsoft.Office.Interop.Word.LineNumbering with get, set
Public Property LineNumbering As LineNumbering
Property Value
Remarks
You must be in print layout view to see line numbering.