I have an outline with buttons for levels 1-8. (LibreOffice 6 Calc).
I can click a button to hide details of all lower levels.
How can I click the button with a macro? I tried Hide, but that doesn’t collapse the outline.
Where is the API for
dispatcher.executeDispatch(document, “.uno:HideDetail”, “”, 0, Array())
TIA, Andy