Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
BooleanCondition_Type_NUMBERNOTEQ :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be not equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue for data validation, conditional formatting, and filters on non-data source objects and at least one ConditionValue for filters on data source objects.
pattern
BooleanCondition_Type_ONEOFLIST :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be in the list of condition values. Supported by data validation. Supports any number of condition values, one per item in the list. Formulas are not supported in the values.
pattern
BooleanCondition_Type_ONEOFRANGE :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be listed in the grid in condition value's range. Supported by data validation. Requires a single ConditionValue, and the value must be a valid range in A1 notation.
pattern
BooleanCondition_Type_TEXTCONTAINS :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must contain the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.
pattern
BooleanCondition_Type_TEXTENDSWITH :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must end with the condition's value. Supported by conditional formatting and filters. Requires a single ConditionValue.
pattern
BooleanCondition_Type_TEXTEQ :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be exactly the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue for data validation, conditional formatting, and filters on non-data source objects and at least one ConditionValue for filters on data source objects.
pattern
BooleanCondition_Type_TEXTISEMAIL :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be a valid email address. Supported by data validation. Requires no ConditionValues.
pattern
BooleanCondition_Type_TEXTISURL :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be a valid URL. Supported by data validation. Requires no ConditionValues.
pattern
BooleanCondition_Type_TEXTNOTCONTAINS :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must not contain the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.
pattern
BooleanCondition_Type_TEXTNOTEQ :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be exactly not the condition's value. Supported by filters on data source objects. Requires at least one ConditionValue.