_ParagraphFormat.NoLineNumber Property
True if line numbers are repressed for the specified paragraphs. Can be True, False, or wdUndefined.
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 _ParagraphFormat
Dim value As Integer
value = instance.NoLineNumber
instance.NoLineNumber = value
int NoLineNumber { get; set; }
Property Value
Type: System.Int32
Remarks
Use the LineNumbering property to set line numbers.