Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WorkbookOptions Class / setPixelBasedColumnWidth Method
@code:true if the workbook should use pixel-based column width.
Otherwise, the workbook should use character count based column width. The default value is @code:false.
In This Topic
    setPixelBasedColumnWidth Method
    In This Topic
    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.
    Syntax
    public void setPixelBasedColumnWidth( 
       boolean value
    )

    Parameters

    value
    @code:true if the workbook should use pixel-based column width.
    Otherwise, the workbook should use character count based column width. The default value is @code:false.
    See Also