Edit

Share via


Rows.HeadingFormat Property

Definition

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.

Applies to