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.
Word 文書に画像を挿入しようとしていますが、常に文書の先頭に挿入されます。その画像を特定の位置に挿入したい。ドキュメントの特定の位置に画像を挿入する方法はありますか?
これは私のコードです
range.InlineShapes.AddPicture(imgloc, ref oTrue, ref oFalse,Type.Missing);