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

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