string stEx = cr.Text;
txtbox.Paragraphs[0].TextRuns[0].Value.Expression = stEx;
我在stEx中有一个值,我需要将它分配给`
txtbox.Paragraphs[0].TextRuns[0].Value.Expression
现在我收到以下错误。
Cannot modify the return value of TextRun.Value because it is not a variable
真的很感激任何有关此事的建议。