Enum SheetType
SheetType
Różne typy arkuszy, które mogą istnieć w arkuszu kalkulacyjnym.
Aby wywołać wyliczenie, wywołaj jej klasę nadrzędną, nazwę i właściwość. Na przykład:
SpreadsheetApp.SheetType.GRID
.
Właściwości
Właściwość | Typ | Opis |
GRID | Enum | Arkusz zawierający siatkę. Jest to typ domyślny. |
OBJECT | Enum | Arkusz zawierający jeden osadzony obiekt, taki jak EmbeddedChart . |
DATASOURCE | Enum | Arkusz zawierający: DataSource . |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-01 UTC."],[[["`SheetType` defines the different types of sheets within a spreadsheet, including grid, object, and datasource."],["To reference a specific sheet type, use the syntax `SpreadsheetApp.SheetType.property`, replacing \"property\" with the desired type like `GRID` or `OBJECT`."],["Sheets can contain grids, embedded objects (charts), or serve as datasources."]]],[]]