I want to group a text range in MS Word. I have access to the Range object but I can't find an API method to group it.
On MS Word, it is possible to do it using this option:

Is it possible to do so using JS API method for Word add-in?
I want to group a text range in MS Word. I have access to the Range object but I can't find an API method to group it.
On MS Word, it is possible to do it using this option:

Is it possible to do so using JS API method for Word add-in?
Grouping is not supported in the Word JavaScript library. But its a good idea. Please suggest it at Office Developer Suggestion Box.