IncludeCategoryHeader Property
Applies To
TableOfAuthorities object.
Description
True if the category name for a group of entries appears in the table of authorities (for example, Cases). Corresponds to the \h switch for a TOA (Table of Authorities) field. Read/write Boolean.
See Also
Add method (TablesOfAuthorities collection), Category property, IncludeSequenceName property.
Example
This example includes the category name for each table of authorities in the active document.
For Each TOA In ActiveDocument.TablesOfAuthorities
TOA.IncludeCategoryHeader = True
Next TOA