Share via


Line.LineType Property

Returns a WdLineType constant that indicates whether a line is a text line or a table row.

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

Syntax

'Declaration
ReadOnly Property LineType As WdLineType
    Get
'Usage
Dim instance As Line
Dim value As WdLineType

value = instance.LineType
WdLineType LineType { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WdLineType

See Also

Reference

Line Interface

Line Members

Microsoft.Office.Interop.Word Namespace