GemBox を使用して特定のオカレンスにセクション全体を追加しようとしています。
Section section = new Section(documentModel);
documentModel.Sections.Add(section);
ContentRange backgroundCheckSection = documentModel.Content.Find("@@BackGroundChecks").First();
backgroundCheckSection.Start.InsertRange(section);
ContentRange オブジェクトを Section オブジェクトに暗黙的に変換できないため、このコードは機能しません。目標は、そのセクション全体を変数 @@BackgroundChecks が表示される場所に追加することです。私はそれを行う方法を理解していないので、誰かが私を助けることができるかどうか疑問に思っていました.