Rows.HeadingFormat 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.
Determine if the specified row or rows are formatted as a table heading.
public:
property int HeadingFormat { int get(); void set(int value); };
public int HeadingFormat { get; set; }
member this.HeadingFormat : int with get, set
Public Property HeadingFormat As Integer
Property Value
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.