Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foregroundColor :: SortSpec -> Maybe Colorgogol-sheets Gogol.Sheets 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 The foreground color of the text. Deprecated: Use foregroundcolorstyle.
foregroundColorStyle :: SortSpec -> Maybe ColorStylegogol-sheets Gogol.Sheets 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 The foreground color of the text. If foreground_color is also set, this field takes precedence.
format :: BasicChartAxis -> Maybe TextFormatgogol-sheets Gogol.Sheets The format of the title. Only valid if the axis is not associated with the domain. The link field is not supported.
format :: BooleanRule -> Maybe CellFormatgogol-sheets Gogol.Sheets The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color and, background color.
format :: TextFormatRun -> Maybe TextFormatgogol-sheets Gogol.Sheets The format of this run. Absent values inherit the cell's format.
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.