Click or drag to resize

PdfFocusCExcelOptions Class

Sets various properties for the Excel document
Inheritance Hierarchy
SystemObject
  SautinSoftPdfFocusCExcelOptions

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public class CExcelOptions

The PdfFocusCExcelOptions type exposes the following members.

Constructors
 NameDescription
Public methodPdfFocusCExcelOptions Default constructor.
Top
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