WdLineType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether a line is a line of text or a table row.
public enum class WdLineType
[System.Runtime.InteropServices.Guid("3D416AF9-AA8F-3864-89B8-6C2082744F95")]
public enum WdLineType
type WdLineType =
Public Enum WdLineType
- Inheritance
-
WdLineType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTextLine | 0 | A line of text in the body of the document. |
wdTableRow | 1 | A table row. |