Hello,
If i mark a cell-range by mouse, then i can get this range
by StarBasic
for example with:
range = ThisComponent.getCurrentSelection
But how can i get the 'active' cell in this range by
StarBasic?
In other words: in calc exists two 'types' of
cell-selection:
(1) the cell ist selected (in german:
"ausgewählt")
(a) only (temporary) black border
(b) in a range: black background and (temporary) white
border
(2) the cell is marked (in german: "markiert")
--> only black background
What i need (by StarBasic) is (1)-(b).
It is in all cases (single or multiple cellrange) only one
cell.
greetings,
Jörg
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe api.openoffice.org
For additional commands, e-mail: dev-help api.openoffice.org
|