[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2024-12-03 UTC"],[[["`DeveloperMetadataLocationType` is an enumeration used to specify where developer metadata is associated within a Google Sheet."],["It includes four location types: `SPREADSHEET`, `SHEET`, `ROW`, and `COLUMN` for associating metadata with the entire spreadsheet, a sheet, a row, or a column, respectively."],["To use an enum, refer to it using the syntax `SpreadsheetApp.DeveloperMetadataLocationType.[Property]`, such as `SpreadsheetApp.DeveloperMetadataLocationType.SPREADSHEET`."]]],["`DeveloperMetadataLocationType` defines the locations for developer metadata. It uses enumerated types accessed via `SpreadsheetApp.DeveloperMetadataLocationType`. The available properties include `SPREADSHEET` for top-level spreadsheet metadata, `SHEET` for whole sheet metadata, `ROW` for row-specific metadata, and `COLUMN` for column-specific metadata. Each property represents a specific type of location for associating metadata.\n"]]