Posted 2 June 2020, 3:34 pm EST - Updated 3 October 2022, 10:20 am EST
Hello , how can i trigger the selectAll command illustrated on the screenshot ?

i try to use this script but no luck on my end
selectAllSheet = () => {
let commandManager = this.spreadInstance.commandManager();
commandManager.execute({
cmd: "selectAllCommand",
sheetName: this.spreadInstance.getActiveSheet().name()
});
}
thanks!
