DataLabels.Separator Property

Sets or returns a 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 DataLabels
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 set it to the equivalent 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.

See Also

Reference

DataLabels Interface

DataLabels Members

Microsoft.Office.Interop.Word Namespace