google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.NumberFormat View Source
The number format of a cell.
Attributes
- pattern (String.t): Pattern string used for formatting. If not set, a default pattern based on the user's locale will be used if necessary for the given type. See the Date and Number Formats guide for more information about the supported patterns. Defaults to:
null
. type (String.t): The type of the number format. When writing, this field must be set. Defaults to:
null
.- Enum - one of [NUMBER_FORMAT_TYPE_UNSPECIFIED, TEXT, NUMBER, PERCENT, CURRENCY, DATE, TIME, DATE_TIME, SCIENTIFIC]