CaptionLabel.NumberStyle Property
Returns or sets the number style for the CaptionLabel object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NumberStyle As WdCaptionNumberStyle
Get
Set
'Usage
Dim instance As CaptionLabel
Dim value As WdCaptionNumberStyle
value = instance.NumberStyle
instance.NumberStyle = value
WdCaptionNumberStyle NumberStyle { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdCaptionNumberStyle