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. formulaValue :: ExtendedValue -> Maybe Text

    gogol-sheets Gogol.Sheets

    Represents a formula.

  2. formulasChanged :: FindReplaceResponse -> Maybe Int32

    gogol-sheets Gogol.Sheets

    The number of formula cells changed.

  3. force :: RefreshDataSourceRequest -> Maybe Bool

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

  4. foregroundColor :: SortSpec -> Maybe Color

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

  5. foregroundColor :: TextFormat -> Maybe Color

    gogol-sheets Gogol.Sheets.Types

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

  6. foregroundColorStyle :: SortSpec -> Maybe ColorStyle

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

  7. foregroundColorStyle :: TextFormat -> Maybe ColorStyle

    gogol-sheets Gogol.Sheets.Types

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

  8. format :: BasicChartAxis -> Maybe TextFormat

    gogol-sheets Gogol.Sheets.Types

    The format of the title. Only valid if the axis is not associated with the domain. The link field is not supported.

  9. format :: BooleanRule -> Maybe CellFormat

    gogol-sheets Gogol.Sheets.Types

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

  10. format :: TextFormatRun -> Maybe TextFormat

    gogol-sheets Gogol.Sheets.Types

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

Page 236 of many | Previous | Next