Show / Hide Table of Contents

Enum SpreadsheetsResource.ValuesResource.AppendRequest.ValueInputOptionEnum

How the input data should be interpreted.

Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public enum SpreadsheetsResource.ValuesResource.AppendRequest.ValueInputOptionEnum

Fields

Name Description
INPUTVALUEOPTIONUNSPECIFIED

Default input value. This value must not be used.

RAW

The values the user has entered will not be parsed and will be stored as-is.

USERENTERED

The values will be parsed as if the user typed them into the UI. Numbers will stay as numbers, but strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets UI.

In this article
Back to top Generated by DocFX
OSZAR »