Hello, has this issue been resolved? Or is it not possible to use "SetPlaceholderText(BuildingBlock buildingBlock, Range range, string text)" and only pass a "text" argument from NetOffice code due the bug?
Using the standard Microsoft.Office.Interop.Word API I can do this:
contentControl.SetPlaceholderText(null, null, "Placeholder text");
I am now wanting to do the same thing from NetOffice. Please advise. Thank you!
Using the standard Microsoft.Office.Interop.Word API I can do this:
contentControl.SetPlaceholderText(null, null, "Placeholder text");
I am now wanting to do the same thing from NetOffice. Please advise. Thank you!