On Tue, 22 Jan 2008, Stéphane  VANDENBOGAERDE /vst .Y wrote:
If you come back to my initial message, I explain I scan all the physical cells with getPhysicalNumberOfCells(), and inside, I try to get back the cell. And sometimes, the result is null... So I don't understand.

Consider the following row:

col 1 | col 2 | col 3 | col 4 | col 5 | col 6 -----------------------------------------------------------------
Foo        |           |    22      | (blank) |         |  33

getPhysicalNumberOfCells() returns 4
getFirstCol() returns 0
getLastCol() returns 5

getCell((short)1) returns null
getCell((short)4) returns null

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to