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)

Usage

Dim lineNumbering1 As LineNumbering

Dim returnValue As Integer
returnValue = lineNumbering1.Active

Dim sampleValue As Integer
lineNumbering1.Active = sampleValue

Syntax

Property Active() As Integer
int Active {get; set;}
property Int32 Active{
    Int32 get();
    Void set(Int32);
}
public int get_Active();
public void set_Active(int);
function get Active() : int;
function set Active(int);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

LineNumbering Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

LineNumbering Members