Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はVS2010でこのWord 2010 Officeプロジェクトを持っています
テーブルを動的に追加する方法を知るために、誰かが私を正しい方向に向けることができますか?
MSDN のこの記事を試してください。
記事より
object start = 0; object end = 0; Word.Range tableLocation = this.Range(ref start, ref end); this.Tables.Add(tableLocation, 3, 4);