Search
CsvImportForm.Separator Property
See Also
 






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

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public char Separator { get; }

Visual Basic  Copy Code

Public ReadOnly Property Separator As Char

 Property Value

A character value.

 See Also