GrapeCity.Xaml.Excel
Separator Property (IExcelDataLabel)


GrapeCity.Excel.Chart Namespace > IExcelDataLabel Interface : Separator Property
Specifies text that shall be used to separate the parts of the data label, the default is comma.
Syntax
'Declaration
 
Property Separator As String
'Usage
 
Dim instance As IExcelDataLabel
Dim value As String
 
instance.Separator = value
 
value = instance.Separator
string Separator {get; set;}
See Also

Reference

IExcelDataLabel Interface
IExcelDataLabel Members