ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / CsvSettings Class / ColumnsDelimiter Property

In This Topic
    ColumnsDelimiter Property (CsvSettings)
    In This Topic
    The string to be placed between fields in data row.
    Syntax
    'Declaration
     
    Public Property ColumnsDelimiter As String
    public string ColumnsDelimiter {get; set;}
    See Also