Click or drag to resize

CsvSaveOptions Fields

The CsvSaveOptions type exposes the following members.

Fields
 NameDescription
Public fieldColumnsToConvertLimit The number of maximum processed columns in the table.
(Inherited from SaveOptions)
Public fieldNewlineInQuotes Gets or sets whether each new line will be placed in quotes.
Public fieldOptions Set up the info block properties for resulting documents, such as file version and a document producer.
(Inherited from SaveOptions)
Public fieldOutputFormat Specify format for output file: PDF, DOCX, RTF etc.
(Inherited from SaveOptions)
Public fieldPageStyle Contains page properties for output PDF document: page size, orientation, page margins and put page numbers.
(Inherited from SaveOptions)
Public fieldQuoteValues Gets or sets whether to always enclose values in quotes.
Public fieldSeparator Separator used for delimiting data values.
Public fieldSheets Set custom sheets for converting. By default all sheets from workbook will be converted.
(Inherited from SaveOptions)
Public fieldUnicodeOptions Allows to specify options to properly convert Unicode, such as "Fonts" directory etc
(Inherited from SaveOptions)
Top
See Also