PageSetup.LineNumbering Property

Returns or sets the LineNumbering object that represents the line numbers for the specified PageSetup object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property LineNumbering As LineNumbering
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As LineNumbering

value = instance.LineNumbering

instance.LineNumbering = value
LineNumbering LineNumbering { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.LineNumbering

Remarks

You must be in print layout view to see line numbering.

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Word Namespace