Row.HeadingFormat Property
Word Developer Reference |
True if the specified row or rows are formatted as a table heading. Rows formatted as table headings are repeated when a table spans more than one page. Can be True, False or wdUndefined. Read/write Long.
Syntax
expression.HeadingFormat
expression A variable that represents a Row object.
Example
This example creates a 5x5 table at the beginning of the active document and then adds the table heading format to the first table row.
Visual Basic for Applications |
---|
|
This example determines whether the row that contains the insertion point is formatted as a table heading.
Visual Basic for Applications |
---|
|
See Also