GetRangeOptions
GetRangeOptions interface
options for the GetRange method
Members
optional | boolean boolean | return formatted values (apply number formats and return strings) (deprecated) | |
optional | boolean boolean | return formulas instead of values. formula takes precedence over "formatted"; if you pass both, returned values will *not* be formatted. (deprecated) | |
type | optional | by default, GetRange returns cell values. the optional type field can be used to returns data in different formats. |
Referenced by
EmbeddedSpreadsheet.GetRange |