in word2013 can hide the cc's boundbox by coding:
cc.Appearance = Word.WdContentControlAppearance.wdContentControlHidden;
in word2010, is there any way to do it? or any patch can support it.
in word2013 can hide the cc's boundbox by coding:
cc.Appearance = Word.WdContentControlAppearance.wdContentControlHidden;
in word2010, is there any way to do it? or any patch can support it.