Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. data SetDataValidationRequest

    gogol-sheets Gogol.Sheets

    Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified. See: newSetDataValidationRequest smart constructor.

  2. SetDataValidationRequest :: Maybe Bool -> Maybe GridRange -> Maybe DataValidationRule -> SetDataValidationRequest

    gogol-sheets Gogol.Sheets

    No documentation available.

  3. dataValidation :: CellData -> Maybe DataValidationRule

    gogol-sheets Gogol.Sheets

    A data validation rule on the cell, if any. When writing, the new data validation rule will overwrite any prior rule.

  4. newDataValidationRule :: DataValidationRule

    gogol-sheets Gogol.Sheets

    Creates a value of DataValidationRule with the minimum fields required to make a request.

  5. newSetDataValidationRequest :: SetDataValidationRequest

    gogol-sheets Gogol.Sheets

    Creates a value of SetDataValidationRequest with the minimum fields required to make a request.

  6. setDataValidation :: Request' -> Maybe SetDataValidationRequest

    gogol-sheets Gogol.Sheets

    Sets data validation for one or more cells.

  7. pattern CopyPasteRequest_PasteType_PASTEDATAVALIDATION :: CopyPasteRequest_PasteType

    gogol-sheets Gogol.Sheets.Types

    Paste the data validation only.

  8. pattern CutPasteRequest_PasteType_PASTEDATAVALIDATION :: CutPasteRequest_PasteType

    gogol-sheets Gogol.Sheets.Types

    Paste the data validation only.

  9. data DataValidationRule

    gogol-sheets Gogol.Sheets.Types

    A data validation rule. See: newDataValidationRule smart constructor.

  10. DataValidationRule :: Maybe BooleanCondition -> Maybe Text -> Maybe Bool -> Maybe Bool -> DataValidationRule

    gogol-sheets Gogol.Sheets.Types

    No documentation available.

Page 80 of many | Previous | Next