Word automation find out nested tables in textboxes
        Posted  
        
            by Stan92
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stan92
        
        
        
        Published on 2010-05-18T09:28:09Z
        Indexed on 
            2010/05/18
            9:30 UTC
        
        
        Read the original article
        Hit count: 360
        
hello, I have a little problem using c# to find tables inside Word textboxes. Using this method (abstractDoc.Tables.Count) I get only the number of the main tables. What would be the solution to reach the tables that are inside textboxes ? I thank you in advance.
© Stack Overflow or respective owner