Share via


IncludeCategoryHeader Property

True if the category name for a group of entries appears in the table of authorities. Corresponds to the \h switch for a Table of Authorities (TOA) field. Read/write Boolean.

expression.IncludeCategoryHeader

expression Required. An expression that returns a TableOfAuthorities object.

Example

This example includes the category name for each table of authorities in the active document.

Dim toaLoop As TableOfAuthorities

For Each toaLoop In ActiveDocument.TablesOfAuthorities
    toaLoop.IncludeCategoryHeader = True
Next toaLoop

Applies to | TableOfAuthorities Object

See Also | Add Method | Category Property | IncludeSequenceName Property