Skip to content

Commit

Permalink
Update fn.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
pffy authored Sep 5, 2022
1 parent cc681e6 commit b5c9966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fn.gs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ function say(str , title) {
.toast(str, title, -1);
}

// returns true if spreadsheet has named ranges; otherwise, false.
function hasNamedRanges() {
return !!SpreadsheetApp.getActiveSpreadsheet().getNamedRanges().length;
}
Expand Down

0 comments on commit b5c9966

Please sign in to comment.