[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ValueQuoteType

Enum ValueQuoteType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Gets or sets how to quote values in the exported text file.

public enum ValueQuoteType

Fields

Always = 1

All values will be quoted always.

Minimum = 2

Only quote values when needed. Such as, if one value contains quotation mark but the quotation mark is not at the begin of this value, this value will not be quoted.

Never = 3

All values will not be quoted. The exported text file with this type may not be read back correctly because the needed quotation marks being absent.

Normal = 0

All values that contain special characters such as quotation mark, separator character will be quoted. Same with the behavior of ms excel for exporting text file.