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.

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

  2. formula :: DataSourceColumn -> Maybe Text

    gogol-sheets Gogol.Sheets

    The formula of the calculated column.

  3. formula :: PivotValue -> Maybe Text

    gogol-sheets Gogol.Sheets

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

  4. formulaValue :: ExtendedValue -> Maybe Text

    gogol-sheets Gogol.Sheets

    Represents a formula.

  5. formulasChanged :: FindReplaceResponse -> Maybe Int32

    gogol-sheets Gogol.Sheets

    The number of formula cells changed.

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

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

  8. foregroundColor :: TextFormat -> Maybe Color

    gogol-sheets Gogol.Sheets.Types

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

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

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

Page 236 of many | Previous | Next