Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formattedValue :: CellData -> Maybe Textgogol-sheets Gogol.Sheets The formatted value of the cell. This is the value as it's shown to the user. This field is read-only.
formula :: DataSourceColumn -> Maybe Textgogol-sheets Gogol.Sheets The formula of the calculated column.
formula :: PivotValue -> Maybe Textgogol-sheets Gogol.Sheets A custom formula to calculate the value. The formula must start with an = character.
formulaValue :: ExtendedValue -> Maybe Textgogol-sheets Gogol.Sheets Represents a formula.
formulasChanged :: FindReplaceResponse -> Maybe Int32gogol-sheets Gogol.Sheets The number of formula cells changed.
force :: RefreshDataSourceRequest -> Maybe Boolgogol-sheets Gogol.Sheets.Types Refreshes the data source objects regardless of the current state. If not set and a referenced data source object was in error state, the refresh will fail immediately.
foregroundColor :: SortSpec -> Maybe Colorgogol-sheets Gogol.Sheets.Types The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with backgroundcolor. Deprecated: Use foregroundcolor_style.
foregroundColor :: TextFormat -> Maybe Colorgogol-sheets Gogol.Sheets.Types The foreground color of the text. Deprecated: Use foregroundcolorstyle.
foregroundColorStyle :: SortSpec -> Maybe ColorStylegogol-sheets Gogol.Sheets.Types The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with backgroundcolor, and must be an RGB-type color. If foregroundcolor is also set, this field takes precedence.
foregroundColorStyle :: TextFormat -> Maybe ColorStylegogol-sheets Gogol.Sheets.Types The foreground color of the text. If foreground_color is also set, this field takes precedence.