_Application.CaptionLabels Property
Returns a CaptionLabels collection that represents all the available caption labels.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CaptionLabels As CaptionLabels
Get
'Usage
Dim instance As _Application
Dim value As CaptionLabels
value = instance.CaptionLabels
CaptionLabels CaptionLabels { get; }
Property Value
Type: Microsoft.Office.Interop.Word.CaptionLabels