_Document.TablesOfAuthorities Property
Returns a TablesOfAuthorities collection that represents 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
ReadOnly Property TablesOfAuthorities As TablesOfAuthorities
Get
'Usage
Dim instance As _Document
Dim value As TablesOfAuthorities
value = instance.TablesOfAuthorities
TablesOfAuthorities TablesOfAuthorities { get; }
Property Value
Type: Microsoft.Office.Interop.Word.TablesOfAuthorities