IncludeCategoryHeader 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

Send feedback to MSDN.Look here for MSDN Online resources.