Table.ApplyStyleHeadingRows Property
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.
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.