Document.TablesOfAuthoritiesCategories Property
Word Developer Reference |
Returns a TablesOfAuthoritiesCategories collection that represents the available table of authorities categories for the specified document. Read-only.
Syntax
expression.TablesOfAuthoritiesCategories
expression A variable that represents a Document object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example changes the name of the eighth item in the table of authorities category list for the active document.
Visual Basic for Applications |
---|
|
This example displays the name of the last table of authorities category if the category name has been changed.
Visual Basic for Applications |
---|
|
See Also