[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]