[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003e\u003ccode\u003eDataSourceParameterType\u003c/code\u003e is used to define the type of parameter used in a data source.\u003c/p\u003e\n"],["\u003cp\u003eThis enum includes types like \u003ccode\u003eCELL\u003c/code\u003e, indicating a cell-based parameter, and \u003ccode\u003eDATA_SOURCE_PARAMETER_TYPE_UNSUPPORTED\u003c/code\u003e for unsupported types.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific type, use the format \u003ccode\u003eSpreadsheetApp.DataSourceParameterType.CELL\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum DataSourceParameterType\n\nDataSourceParameterType\n\nAn enumeration of data source parameter types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.DataSourceParameterType.CELL`. \n\n### Properties\n\n| Property | Type | Description |\n|------------------------------------------|--------|--------------------------------------------------------------------|\n| `DATA_SOURCE_PARAMETER_TYPE_UNSUPPORTED` | `Enum` | A data source parameter type that is not supported in Apps Script. |\n| `CELL` | `Enum` | The data source parameter is valued based on a cell. |"]]