Prev LastRow |
ExcelExplorer Manual |
Next Height |
 |
(ExcelExplorer 4.0)
Width, in columns, of the cells area.
integer Width( )
Parameters
- None
Description
Returns width, in columns, of the cells area.
For example, for the cells area [B2:F3] this method will returns 5 (B, C, D, E and F columns).
Note that for merged cells area this value may not be equal to the number of the columns between FirstColumn() and LastColumn() (see EECell->Merged() for more information).
|