:: Forum >>

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
Saturday, May 31, 2008
I found it :)

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

This topic is archived.


Back to support forum

Forum search