i have a script that selects a range when i click on a button
function selectRange() {
SpreadsheetApp.getActive().getSheetByName('SheetName').getRange("Range").activate()
}
Now i'm looking is there somehow to pop up Google Sheets print window via script without clicking on print icon after the the script above is ran