DataLabels.Separator Property
Sets or returns an Object representing the separator used for the data labels on a chart. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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
Remarks
The chart must first be active before you can access the data labels programmatically; otherwise, a run-time error occurs.