[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]