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.
-
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.
-
gogol-sheets Gogol.Sheets No documentation available.
dataValidation :: CellData -> Maybe DataValidationRulegogol-sheets Gogol.Sheets A data validation rule on the cell, if any. When writing, the new data validation rule will overwrite any prior rule.
newDataValidationRule :: DataValidationRulegogol-sheets Gogol.Sheets Creates a value of DataValidationRule with the minimum fields required to make a request.
newSetDataValidationRequest :: SetDataValidationRequestgogol-sheets Gogol.Sheets Creates a value of SetDataValidationRequest with the minimum fields required to make a request.
setDataValidation :: Request' -> Maybe SetDataValidationRequestgogol-sheets Gogol.Sheets Sets data validation for one or more cells.
pattern
CopyPasteRequest_PasteType_PASTEDATAVALIDATION :: CopyPasteRequest_PasteTypegogol-sheets Gogol.Sheets.Types Paste the data validation only.
pattern
CutPasteRequest_PasteType_PASTEDATAVALIDATION :: CutPasteRequest_PasteTypegogol-sheets Gogol.Sheets.Types Paste the data validation only.
-
gogol-sheets Gogol.Sheets.Types A data validation rule. See: newDataValidationRule smart constructor.
-
gogol-sheets Gogol.Sheets.Types No documentation available.