We are developing a web add-in (Microsoft Office Add-In) for excel, and are using taskpanes to show the UI, by default the taskpane width is about 20% approx of the screen size. Is there a way we can set the taskpane width to some predetermined width?
But this seems to be an open request.
Thanks in advance. Abhijit.
You can only customize taskpane width in VSTO add-ins In Office js add-in you cannot customize add-in taskpane width with code.
Using this You can open Your taskpane with your custom
widthin VSTO C# Add-in.