Row.HeadingFormat Property

Determines if the specified row or rows are formatted as a table heading.

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

Syntax

'Declaration
Property HeadingFormat As Integer
    Get
    Set
'Usage
Dim instance As Row
Dim value As Integer

value = instance.HeadingFormat

instance.HeadingFormat = value
int HeadingFormat { get; set; }

Property Value

Type: System.Int32

Remarks

Rows formatted as table headings are repeated when a table spans more than one page.

Possible property values can be True, False or wdUndefined.

See Also

Reference

Row Interface

Row Members

Microsoft.Office.Interop.Word Namespace