Enum SpreadsheetsResource.ValuesResource.AppendRequest.InsertDataOptionEnum
How the input data should be inserted.
Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public enum SpreadsheetsResource.ValuesResource.AppendRequest.InsertDataOptionEnum
Fields
Name | Description |
---|---|
INSERTROWS | Rows are inserted for the new data. |
OVERWRITE | The new data overwrites existing data in the areas it is written. (Note: adding data to the end of the sheet will still insert new rows or columns so the data can be written.) |