Rows.HeadingFormat Property
Determine 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 Rows
Dim value As Integer
value = instance.HeadingFormat
instance.HeadingFormat = value
int HeadingFormat { get; set; }
Property Value
Type: System.Int32
Remarks
This property returns true if the specified row or rows are formatted as a table heading, and false if not.
Rows formatted as table headings are repeated when a table spans more than one page.
This values this property can be set to are True, False and wdUndefined.