Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern BooleanCondition_Type_NUMBERGREATERTHANEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be greater than or equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  2. pattern BooleanCondition_Type_NUMBERLESS :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be less than the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  3. pattern BooleanCondition_Type_NUMBERLESSTHANEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be less than or equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  4. pattern BooleanCondition_Type_NUMBERNOTBETWEEN :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must not be between the two condition values. Supported by data validation, conditional formatting and filters. Requires exactly two ConditionValues.

  5. pattern BooleanCondition_Type_NUMBERNOTEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    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.

  6. data ChartCustomNumberFormatOptions

    gogol-sheets Gogol.Sheets

    Custom number formatting options for chart attributes. See: newChartCustomNumberFormatOptions smart constructor.

  7. ChartCustomNumberFormatOptions :: Maybe Text -> Maybe Text -> ChartCustomNumberFormatOptions

    gogol-sheets Gogol.Sheets

    No documentation available.

  8. pattern ErrorValue_Type_Num :: ErrorValue_Type

    gogol-sheets Gogol.Sheets

    Corresponds to the #NUM! error.

  9. pattern InterpolationPoint_Type_Number :: InterpolationPoint_Type

    gogol-sheets Gogol.Sheets

    The interpolation point uses exactly the value in InterpolationPoint.value.

  10. newtype ScorecardChartSpec_NumberFormatSource

    gogol-sheets Gogol.Sheets

    The number format source used in the scorecard chart. This field is optional.

Page 693 of many | Previous | Next