Office Word JS - Content Control from Table Selection
问题 I am working on a Word add-in, using the Office JS API, trying to add a Content Control around a Table Binding in the document. The issue I am experiencing is after the Binding around the table is selected, using goToByIdAsync() , the Content Control is created around the last row of the table only, not the selection. Returning the value of ctx.document.getSelection() I can see the selected Range is only the last row in the Selected Table. I need to use the Binding object to know the selected