Search
CsvExportForm.Quote Property
See Also
 






Gets the character that will be used as a quote by the exporter.

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

 Syntax

C#  Copy Code

public char Quote { get; }

Visual Basic  Copy Code

Public ReadOnly Property Quote As Char

 Property Value

A character value.

 See Also