Hi there,
this code:
WField field = (WField)paragraph.AppendField(@"{ = { PAGE } - { PAGEREF test234 } }", FieldType.FieldFormula);
does not lead to a working field.
The brackets are recognized by Word only as curly/curvy brackets, but not as "field function brackets" which in Word directly one would insert using Ctrl-F9.
Please advise, I cannot find anything in the documentation.