WdLineType Enumeration 

Specifies whether a line is a line of text or a table row.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdLineType1 As WdLineType = WdLineType.wdTableRow

Syntax

Public Enum WdLineType
public enum WdLineType
public enum class WdLineType
public enum WdLineType
public enum WdLineType

Members

Member name Description
wdTableRow A table row.
wdTextLine A line of text in the body of the document.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace