| View previous topic :: View next topic |
| Author |
Message |
varun_login General User

Joined: 28 Nov 2005 Posts: 42
|
Posted: Mon Feb 27, 2006 11:08 pm Post subject: How to create a View Cursor in Calc?? |
|
|
hi
How do i create a View Cursor in Calc which will traverse through each cell??
Thanks in advance
regards
Varun |
|
| Back to top |
|
 |
noranthon Super User

Joined: 07 Jul 2005 Posts: 3318
|
Posted: Tue Feb 28, 2006 12:44 am Post subject: |
|
|
I don't know about a View Cursor but I've used this to create a text cursor to move through cells and change the contents:
oText = oCell.getText()
oCursor = oText.createTextCursor |
|
| Back to top |
|
 |
varun_login General User

Joined: 28 Nov 2005 Posts: 42
|
Posted: Tue Feb 28, 2006 2:15 am Post subject: |
|
|
hi,
Thanks for the reply..
I acually know how to create a CellCursor... the purpose i need to create a View Cursor is such that the visible area of the display will change according to the position of my cursor...
regards |
|
| Back to top |
|
 |
|