TableOfAuthorities.Category Property
Returns or sets the category of entries to be included in a table of authorities.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Category As Integer
Get
Set
'Usage
Dim instance As TableOfAuthorities
Dim value As Integer
value = instance.Category
instance.Category = value
int Category { get; set; }
Property Value
Type: System.Int32
Remarks
The Category property corresponds to the \c switch for a TOA field. Values 1 through 16 correspond to the items in the Category list on the Table of Authorities tab in the Index and Tables dialog box.
Note The number 0 (zero), which corresponds to all categories, cannot be used with this property. You can, however, use 0 to specify all categories when you're inserting a table of authorities.