Hi.
I use the outline and the protection function in a worksheet.
But I can’t expand the grouped area because it is protected.
There is way in vba to use it:
Sheets(1).Protect userinterfaceonly:=True
Sheets(1).EnableOutlining = True
How can I do this with the spreadsheet library?