Skip to content

Commit 4e0b931

Browse files
authored
@types/google-apps-script: add getSheetById to google-apps-script.spreadsheet.d.ts (DefinitelyTyped#71898)
1 parent 880d42b commit 4e0b931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/google-apps-script/google-apps-script.spreadsheet.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,6 +2302,7 @@ declare namespace GoogleAppsScript {
23022302
getRecalculationInterval(): RecalculationInterval;
23032303
getRowHeight(rowPosition: Integer): Integer;
23042304
getSelection(): Selection;
2305+
getSheetById(id: number): Sheet | null;
23052306
getSheetByName(name: string): Sheet | null;
23062307
getSheetId(): Integer;
23072308
getSheetName(): string;

0 commit comments

Comments
 (0)