我将richEditControl
控件绑定到实体对象。
src = new BindingSource(valinor.templates, null);
src.DataSource = valinor.templates;
this.richEditControl1.DataBindings.Add("OpenXmlBytes", src, "template_content", true);
我在模板中放了几个字段,我想用一个值替换它们。
字段:@partnerName @
价值:“John Doe”
我怎样才能做到这一点?