Rows.HeadingFormat Property 

Determine if the specified row or rows are formatted as a table heading.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim rows1 As Rows

Dim returnValue As Integer
returnValue = rows1.HeadingFormat

Dim sampleValue As Integer
rows1.HeadingFormat = sampleValue

Syntax

Property HeadingFormat() As Integer
int HeadingFormat {get; set;}
property Int32 HeadingFormat{
    Int32 get();
    Void set(Int32);
}
public int get_HeadingFormat();
public void set_HeadingFormat(int);
function get HeadingFormat() : int;
function set HeadingFormat(int);

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Rows Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Rows Members