Prev Tw2Pt |
ExcelExplorer Manual |
Next Pt2In |
 |
(ExcelExplorer 4.1)
Converts logical twips units to the inches.
float Tw2In( integer $value )
Parameters
- integer $value
- Value in logical twips (the same as EEFont::Height() returns)
Description
Excel uses units named as "logical twips".
This units used for row height, font size and others.
This function converts such units to the inches that can be used, for example, to set row height in the HTML.
|