WdLineType Enum

Definition

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

wdTableRow 1

A table row.

wdTextLine 0

A line of text in the body of the document.

Applies to