Link to home
Start Free TrialLog in
Avatar of TeamSrv
TeamSrv

asked on

getCellRangeByName Parameters

I can put this:
firstSheet.getCellRangeByName("A1").String = "FirstCell"

What other parameters can I use besides .String

I've searched around and I can't find any documentation on it.

Thanks!
Avatar of ltlbearand3
ltlbearand3
Flag of United States of America image

You have to look at the api documentation, use the x-ray tool (http://wiki.services.openoffice.org/wiki/Extensions_development_basic#X-Ray_tool) or MRI tool (http://extensions.services.openoffice.org/project/MRI).  getCellRangeByName returns a cell range. The properties for a cell range can be found at http://api.openoffice.org/docs/common/ref/com/sun/star/table/CellProperties.html.  

-Bear
Avatar of TeamSrv
TeamSrv

ASKER

Hi Bear,
I'm not sure I understand the first two links, and the third seems broken.

Could you give me some additional information on how to use the X-Ray tool?

Thanks.
Avatar of TeamSrv

ASKER

... not sure what happened but the third link is fine now.

I'm looking through it.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of ltlbearand3
ltlbearand3
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial