Prev ImageIndex |
ExcelExplorer Manual |
Next StartColumn |
 |
(ExcelExplorer 4.1)
Returns offset position of left shape border within a sheet.
integer LeftOffset( [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 left shape border within a sheet.
In contrast to EEShape->ColumnOffset() method this function returns value relative to the left top corner of the sheet.
Returned value is in the character count.
See EEColumn->Width() for more information about character count.
|