Share via


TablesOfAuthorities.Format Property

Returns or sets the formatting for the tables of authorities in the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Format As WdToaFormat
    Get
    Set
'Usage
Dim instance As TablesOfAuthorities
Dim value As WdToaFormat

value = instance.Format

instance.Format = value
WdToaFormat Format { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdToaFormat

Remarks

WdToaFormat can be one of the following WdToaFormat constants:

wdTOAClassic

wdTOAFormal

wdTOATemplate

wdTOADistinctive

wdTOASimple

See Also

Reference

TablesOfAuthorities Interface

TablesOfAuthorities Members

Microsoft.Office.Interop.Word Namespace