Search
CsvImportForm.Separator Property
See Also
 






Gets or sets the character that will be used as a separator by the importer.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public char Separator { get; set; }

Visual Basic  Copy Code

Public Property Separator As Char

 Property Value

A character value. The default is comma (,).

 See Also