FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
DefColWidthAdapt Constant

Convert the DEFAULT column width to pixels. This is different from ColMult, that goes in a column by column basis.

Pascal
DefColWidthAdapt: integer = Round(256*8/7);
C++
int DefColWidthAdapt = Round(256*8/7);
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!