Prev
Row
ExcelExplorer Manual Next
ShapesNum


(ExcelExplorer 4.0)

Get EECell object for the specified cell.

EECell Cell( integer $column, integer $row )
Parameters
integer $column
Zero-based column index (first column (A) - 0, second (B) - 1, and so on).
 
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.

 
Prev
Row
Home
Up
Next
ShapesNum

 
© 2002-2009 EEPHP.com
All Rights Reserved.