Click or drag to resize

CExcelOptions Properties

The PdfFocusCExcelOptions type exposes the following members.

Properties
 NameDescription
Public propertyColWidth Width of an empty column.
Public propertyCode exampleConvertNonTabularDataToSpreadsheet Convert even a textual data to a table. Default value: true.
Public propertyCultureInfo Gets or sets CultureInfo to convert the string representation to its number equivalent using specified style and culture format. Default value: CurrentCulture.
Public propertyFormat Format output file. Default value: Xlsx.
Public propertyLeftIndent Allows to move the sheet content by the N columns from the left. Default value: 0.
Public propertyPreservePageLayout Preserve original page layout or place all tabular data before textual data. Default value: true.
Public propertyRowHeight Height of an empty row.
Public propertySingleSheet Specifies to put all pages from PDF document into a single worksheet. Default value: false.
Public propertySpacingBetweenTables Allows to insert N empty rows between tables. Default value: 1.
Public propertyTopIndent Allows to move the sheet content by the N rows from the top. Default value: 0.
Top
See Also