Hi,

I have a problem with the controlling the Freezable. Consider the
followin code:

Reference<XModel> xModel (xComponent, UNO_QUERY);
Reference<XController> xController = xModel->getCurrentController();
Reference<XViewFreezable> xView (xControllerT, UNO_QUERY);

Is it possible to find out in which row and column the freeze is set?
The method hasFrozenPanes() says only, whether there is a freeze or not, but
I
would like to know where the freeze is. Thanks in advance!

Regards, Michael

Reply via email to