Hi:
In SW code, I found that there is a way to get the pointer to SWTableBox by 
using :

         
         SwTableBoxes& rBoxes = pLine->GetTabBoxes(); (pLine is pointer to an 
instance of SwTableLine )
        
          pBox = rBoxes[ int];   

this is ok.
but when I merge all the cells in one column, I can't the right pointer to the 
instance of SwTableLine, so it will be a crash when the line 
is executed. 
Is there a way to get the SwTableBoxes other than SWTableLine? looking forward 
to getting your help

thanks very much.





zhaosheng
2007-05-17

Reply via email to