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.

  1. foregroundColor :: SortSpec -> Maybe Color

    gogol-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.

  2. foregroundColor :: TextFormat -> Maybe Color

    gogol-sheets Gogol.Sheets

    The foreground color of the text. Deprecated: Use foregroundcolorstyle.

  3. foregroundColorStyle :: SortSpec -> Maybe ColorStyle

    gogol-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.

  4. foregroundColorStyle :: TextFormat -> Maybe ColorStyle

    gogol-sheets Gogol.Sheets

    The foreground color of the text. If foreground_color is also set, this field takes precedence.

  5. format :: BasicChartAxis -> Maybe TextFormat

    gogol-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.

  6. format :: BooleanRule -> Maybe CellFormat

    gogol-sheets Gogol.Sheets

    The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color and, background color.

  7. format :: TextFormatRun -> Maybe TextFormat

    gogol-sheets Gogol.Sheets

    The format of this run. Absent values inherit the cell's format.

  8. formattedValue :: CellData -> Maybe Text

    gogol-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.

  9. formula :: DataSourceColumn -> Maybe Text

    gogol-sheets Gogol.Sheets

    The formula of the calculated column.

  10. formula :: PivotValue -> Maybe Text

    gogol-sheets Gogol.Sheets

    A custom formula to calculate the value. The formula must start with an = character.

Page 235 of many | Previous | Next