Edit

Share via


Row.HeadingFormat Property

Definition

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.

Applies to