Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WorkbookOptions Class

In This Topic
    WorkbookOptions Class Methods
    In This Topic

    For a list of all members of this type, see WorkbookOptions members.

    Public Methods
     NameDescription
    Public MethodGet if the workbook uses column width.  
    Public MethodBy 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.  
    Top
    See Also