OfficeDev / office-js-docs

[ARCHIVED] Microsoft Office Add-ins API Reference Documentation
https://docs.microsoft.com/javascript/api/overview/office
398 stars 247 forks source link

How to group selected Range? #1464

Closed hengchengfei closed 6 years ago

hengchengfei commented 6 years ago

Article URL

https://dev.office.com/reference/add-ins/excel/range

Issue

In VSTO,I can do it as follows:

 wSheet.Range("D:F").Columns.EntireColumn.Group(oMissing, oMissing, oMissing, oMissing);

But in office-js api,I cann't find the simlar api.

Rick-Kirkham commented 6 years ago

@hengchengfei We use the Issues in this repo to track errors in the documentation. Please raise technical questions like this one on Stack Overflow. This will ensure that the answers you get are highly visible to the whole community and that your question is seen by the most knowledgeable people. Be sure to tag your question office-js.