Table.ApplyStyleHeadingRows Property

Definition

True for Microsoft Word to apply heading-row formatting to the first row of the selected table.

public:
 property bool ApplyStyleHeadingRows { bool get(); void set(bool value); };
public bool ApplyStyleHeadingRows { get; set; }
member this.ApplyStyleHeadingRows : bool with get, set
Public Property ApplyStyleHeadingRows As Boolean

Property Value

Remarks

The specified table style must contain heading-row formatting in order to apply this formatting to a table.

Applies to