[[["わかりやすい","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"]],["最終更新日 2023-12-02 UTC。"],[[["`BooleanCriteria` is an enumeration used to define criteria for conditional formatting or filtering in Google Sheets."],["It provides a variety of properties representing different criteria types like `CELL_EMPTY`, `DATE_EQUAL_TO`, `NUMBER_GREATER_THAN`, `TEXT_CONTAINS`, and more."],["To use a specific criteria, you call it using the syntax `SpreadsheetApp.BooleanCriteria.\u003cproperty\u003e`, for example, `SpreadsheetApp.BooleanCriteria.CELL_EMPTY`."],["Each property represents a specific condition, such as whether a cell is empty, a date is within a certain range, or text contains a specific string."],["`BooleanCriteria` helps automate tasks and enhance data analysis by enabling you to dynamically format or filter spreadsheet data based on specified conditions."]]],[]]