Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |