CsvDocumentExporterOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Csv |
Initializes a new instance of the Csv |
#Properties
Name | Description |
---|---|
Cell |
Gets or sets the cell reference style used in a source document. |
Culture | Gets or sets the culture information used to format strings of data. |
Discard |
Gets or sets whether empty trailing cells in each row should not be exported. |
Formula |
Gets or sets how to export cells containing formulas. |
Newline |
Gets or sets whether the newline character sequence is inserted after the last row of the resulting text. |
Newline |
Gets or sets a character sequence used to define a new line. |
Quotation |
Gets or sets a value indicating how to quote text values in the exported CSV document. |
Range | Gets or sets the worksheet range for export. |
Repeat |
Gets or sets a value indicating whether to repeat a merged cell value for each cell in the merged range when exporting the document. |
Shift |
Gets or sets whether to skip the top left empty cells when exporting the worksheet. |
Skip |
Specifies whether to skip hidden columns when a document is exported to CSV. |
Skip |
Specifies whether to skip hidden rows when a document is exported to CSV. |
Target |
Gets or sets the URI of the document being exported.
Inherited from Document |
Text |
Gets or sets the character that encloses values in the resulting text. |
Use |
Gets or sets whether to use the cell Formatting. |
Value |
Gets or sets a character used to separate values in the resulting text. |
Worksheet | Gets or sets a destination worksheet to which text data are exported. |
Write |
Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter.
Inherited from Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also