Hi, 

   I create a Range from Selection. how do I find the active cell ??

uno::Reference< frame::XModel > xModel(
m_xDesktop->getCurrentComponent(), uno::UNO_QUERY );                    
                                                                        
                               
uno::Reference< table::XCellRange > xRange(
xModel->getCurrentSelection(), ::uno::UNO_QUERY);

Active cell is the last cell that is shown with white border .


Regards,
Jayant

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to