Prev ColumnOffset |
ExcelExplorer Manual |
Next StartRow |
 |
(ExcelExplorer 4.1)
Returns offset position of top shape border within a sheet.
integer TopOffset( [boolean $exclude_hidden = false] )
Parameters
- boolean $exclude_hidden
- If hidden columns and rows don't need to be taken into account set this to TRUE.
Description
Returns offset position of the top shape border within a sheet.
In contrast to EEShape->RowOffset() method this function returns value relative to the left top corner of the sheet.
Returned value is in the logical twips.
See EERow->Height() for more information about logical twips.
|