AutoCaption.CaptionLabel Property
Returns or sets the caption label ("Figure," "Table," or "Equation," for example) of the specified caption.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CaptionLabel As Object
Get
Set
'Usage
Dim instance As AutoCaption
Dim value As Object
value = instance.CaptionLabel
instance.CaptionLabel = value
Object CaptionLabel { get; set; }
Property Value
Type: System.Object
Remarks
This property can be set to a caption label or a WdCaptionLabelID constant.