Paragraph.NoLineNumber Property

Determines if line numbers are repressed for the specified paragraphs.

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

Syntax

'Declaration
Property NoLineNumber As Integer
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As Integer

value = instance.NoLineNumber

instance.NoLineNumber = value
int NoLineNumber { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns True if line numbers are repressed for the specified paragraphs, and False if not. Set the property value to True or False to enable or disable the functionality.

Possible values are True, False, or wdUndefined.

Use the LineNumbering property to set line numbers.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace