Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WorkbookOptions Class / getPixelBasedColumnWidth Method
In This Topic
    getPixelBasedColumnWidth Method
    In This Topic
    Get if the workbook uses column width.
    Syntax
    public boolean getPixelBasedColumnWidth()

    Return 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