Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
发送反馈
Enum DestinationType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
DestinationType
表示支持的表单响应目的地类型的枚举。所有表单,包括
对于未明确设置目标回复地址的表单,请在表单的
响应存储区 。可以通过 FormApp.DestinationType 访问目的地类型。
如需调用枚举,您需要调用其父类、名称和属性。例如
FormApp.DestinationType.SPREADSHEET。
// Open a form by ID and create a new spreadsheet.
const form = FormApp . openById ( '1234567890abcdefghijklmnopqrstuvwxyz' );
const ss = SpreadsheetApp . create ( 'Spreadsheet Name' );
// Update the form's response destination.
form . setDestination ( FormApp . DestinationType . SPREADSHEET , ss . getId ());
属性
属性 类型 说明
SPREADSHEETEnum以 Google 表格电子表格的形式回复表单回复。
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-04-13。
需要向我们提供更多信息?
[[["易于理解","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):2026-04-13。"],[],[]]