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)
Syntax
'Declaration
Public Enumeration WdLineType
'Usage
Dim instance As WdLineType
public enum WdLineType
Members
Member name | Description | |
---|---|---|
wdTextLine | A line of text in the body of the document. | |
wdTableRow | A table row. |