PageSetup.LineNumbering Property

Definition

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.

Applies to