3.2.0

how to return current cell position (col & row)?

Hi
I want to get active cell X,Y. how to do that?
for example :
I want to get:
current col=3
current row = 5
Ashkan
May 31,
I found it :)

That's very easy!
row=obj.getCurrentRow();
col=obj.getCurrentColumn();
Ashkan
June 1,

This topic is archived.

See also:


Back to support forum