Table.ApplyStyleHeadingRows Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ApplyStyleHeadingRows As Boolean
    Get
    Set
'Usage
Dim instance As Table
Dim value As Boolean

value = instance.ApplyStyleHeadingRows

instance.ApplyStyleHeadingRows = value
bool ApplyStyleHeadingRows { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace