google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.AutoFillRequest View Source

Fills in more data based on existing data.

Attributes

  • range (GridRange): The range to autofill. This will examine the range and detect the location that has data and automatically fill that data in to the rest of the range. Defaults to: null.
  • sourceAndDestination (SourceAndDestination): The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data. Defaults to: null.
  • useAlternateSeries (Boolean): True if we should generate data with the "alternate" series. This differs based on the type and amount of source data. Defaults to: null.