Skip to content

Commit

Permalink
@types/google-apps-script: add getSheetById to google-apps-script.spr…
Browse files Browse the repository at this point in the history
…eadsheet.d.ts (DefinitelyTyped#71898)
  • Loading branch information
dandv authored Feb 13, 2025
1 parent 880d42b commit 4e0b931
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2302,6 +2302,7 @@ declare namespace GoogleAppsScript {
getRecalculationInterval(): RecalculationInterval;
getRowHeight(rowPosition: Integer): Integer;
getSelection(): Selection;
getSheetById(id: number): Sheet | null;
getSheetByName(name: string): Sheet | null;
getSheetId(): Integer;
getSheetName(): string;
Expand Down

0 comments on commit 4e0b931

Please sign in to comment.