Prev IsEmpty |
ExcelExplorer Manual |
Next EERow class |
 |
(ExcelExplorer 4.0)
Get EECell object for the specified cell.
EECell Cell( integer $row )
Parameters
- integer $row
- Zero-based row index (first row - 0, second - 1, and so on).
Description
Returns EECell object for the specified cell.
This method always returns valid object even for non-defined cells.
This is useful when you need to obtain, for example, style settings for cell that is not stored in the Excel file - in this case ExcelExplorer will decide what style is used for the cell (e.g. default column style) and returns it.
So you can obtain info about how to visualize cell even if it not actually defined.
See EECell class and its methods description.
|