MS Word 2013 adds a nifty new "insert control" to add rows or columns to a table (see blogs.office.com/b/microsoft-word/archive/2012/08/30/working-with-tables-in-the-new-word.aspx). I have a Word 2010 add-in (C#) that I want to adapt to 2013.
To do that, it needs to either suppress the appearance of the insert control orintercept its activation and respond to it. I have not been able to find anything on these controls other than their mention in the above referenced article. Can someone provide some guidance, please?
↧