[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.WorkbookOptions

WorkbookOptions Class

Options class for creating the workbook.

Inheritance
WorkbookOptions
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class WorkbookOptions
Public Class WorkbookOptions

Constructors

Name Description
WorkbookOptions()

Properties

Name Description
PixelBasedColumnWidth

By default, the column width uses character count in workbook.
Therefore, this option is introduced to allow users to decide whether to use pixels as the column width unit in workbook,
in order to achieve the API behaviors (e.g. auto-fit column) and results (e.g. PDF and image rendering) to be closer to SpreadJS.