Row.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.
Determines 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
Rows formatted as table headings are repeated when a table spans more than one page.
Possible property values can be True, False or wdUndefined.