Prev CSSBorderStyle |
ExcelExplorer Manual |
Next Tw2Pt |
 |
(ExcelExplorer 4.1)
Converts character count units to the pixels.
integer Ch2Px( integer $value )
Parameters
- integer $value
- Value in character count (the same as EEColumn::Width() returns)
Description
Excel uses units named as "character count".
For column width this units indicates how many zero ('0') symbols of standard font (non-bold, non-italic, 10-point Arial on Windows and non-bold, non-italic, 10-point Geneva on Macintosh) can be fit in the column.
This function converts such units to the pixels that can be used, for example, in HTML.
|