Class DeveloperMetadataLocation
详细文档
getColumn()
返回此元数据的列位置的 Range
;如果位置类型不是 DeveloperMetadataLocationType.COLUMN
,则返回 null
。
返回
Range
- 此元数据的列位置的 Range
;如果位置类型不是 DeveloperMetadataLocationType.COLUMN
,则为 null
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getLocationType()
获取营业地点的类型。
返回
DeveloperMetadataLocationType
- 营业地点类型。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getRow()
返回此元数据的行位置的 Range
;如果位置类型不是 DeveloperMetadataLocationType.ROW
,则返回 null
。
返回
Range
- 此元数据的行位置的 Range
;如果位置类型不是 DeveloperMetadataLocationType.ROW
,则为 null
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getSheet()
返回此元数据的 Sheet
位置;如果位置类型不是 DeveloperMetadataLocationType.SHEET
,则返回 null
。
返回
Sheet
- 此元数据的 Sheet
位置;如果位置类型不是 DeveloperMetadataLocationType.SHEET
,则为 null
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getSpreadsheet()
返回此元数据的 Spreadsheet
位置;如果位置类型不是 DeveloperMetadataLocationType.SPREADSHEET
,则返回 null
。
返回
Spreadsheet
- 此元数据的 Spreadsheet
位置;如果位置类型不是 DeveloperMetadataLocationType.SPREADSHEET
,则为 null
。
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-03。
[null,null,["最后更新时间 (UTC):2024-12-03。"],[[["`DeveloperMetadataLocation` provides access to information about the location of developer metadata within a spreadsheet."],["It offers methods to retrieve the location type, which can be a spreadsheet, sheet, row, or column."],["You can get the specific Spreadsheet, Sheet, or Range associated with the metadata, depending on its location type."],["All methods require authorization with either `https://www.googleapis.com/auth/spreadsheets.currentonly` or `https://www.googleapis.com/auth/spreadsheets` scopes."]]],[]]