DataLabel.Separator Property
Sets or returns an Object representing the separator used for the data labels on a chart. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Separator As Object
Get
Set
'Usage
Dim instance As DataLabel
Dim value As Object
value = instance.Separator
instance.Separator = value
Object Separator { get; set; }
Property Value
Type: System.Object
Object
Remarks
If you use a string, you will get a string as the separator. If you use the values of the xlDataLabelSeparatorDefault constant (= 1), you will get the default data label separator, which is either a comma or a newline, depending on the data label.