Share via


LineNumbering.Active Property

True if line numbering is active for the specified document, section, or sections.

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

Syntax

'Declaration
Property Active As Integer
    Get
    Set
'Usage
Dim instance As LineNumbering
Dim value As Integer

value = instance.Active

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

Property Value

Type: System.Int32

See Also

Reference

LineNumbering Interface

LineNumbering Members

Microsoft.Office.Interop.Word Namespace