Prev Column |
ExcelExplorer Manual |
Next Cell |
 |
(ExcelExplorer 4.0)
Get EERow object for the specified row.
EERow Row( integer $row )
Parameters
- integer $row
- Zero-based row index (first row - 0, second - 1, and so on).
Description
Returns EERow object for the specified row.
This method always returns valid object even for non-defined rows.
This is useful when you need to obtain, for example, row height when row is not stored in the file - in this case default row height will be returned.
See EERow class and its methods description.
|