_Application.AutoCaptions Property
Returns a AutoCaptions collection that represents the captions that are automatically added when items such as tables and pictures are inserted into a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property AutoCaptions As AutoCaptions
Get
'Usage
Dim instance As _Application
Dim value As AutoCaptions
value = instance.AutoCaptions
AutoCaptions AutoCaptions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.AutoCaptions