|
FlexCel Studio for VCL/LCL
|
Gets or sets the current Column width, in Excel internal units. (Character width of "font 0" / 256)
property ColumnWidth [aCol: integer]: integer;
__property int ColumnWidth[int aCol];
|
Parameters |
Description |
|
aCol |
Column you want to read or change (1 based) |
There is a constant "ColMult" defined on UFlxMessages that you can use to get the size in pixels.
Note that this method will return the real width of the column, even if it is hidden. You might have to use ColumnHidden to know the width the user is seeing.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|