Enum SheetType
SheetType
スプレッドシート内に存在できるシートの種類。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
SpreadsheetApp.SheetType.GRID
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
GRID | Enum | グリッドを含むシート。これがデフォルトのタイプです。 |
OBJECT | Enum | 単一の埋め込みオブジェクト(EmbeddedChart など)を含むシート。 |
DATASOURCE | Enum | DataSource を含むシート。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 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."]]],[]]