Prev Width |
ExcelExplorer Manual |
Next EELink class |
 |
(ExcelExplorer 4.0)
Height, in rows, of the cells area.
integer Height( )
Parameters
- None
Description
Returns height, in rows, of the cells area.
For example, for the cells area [B2:D5] this method will returns 4 (2nd, 3rd, 4th and 5th rows).
Note that for merged cells area this value may not be equal to the number of the rows between FirstRow() and LastRow() (see EECell->Merged() for more information).
|