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

Data in the grid, as well as metadata about the dimensions.

Attributes

  • columnMetadata (List[DimensionProperties]): Metadata about the requested columns in the grid, starting with the column in start_column. Defaults to: null.
  • rowData (List[RowData]): The data in the grid, one entry per row, starting with the row in startRow. The values in RowData will correspond to columns starting at start_column. Defaults to: null.
  • rowMetadata (List[DimensionProperties]): Metadata about the requested rows in the grid, starting with the row in start_row. Defaults to: null.
  • startColumn (Integer): The first column this GridData refers to, zero-based. Defaults to: null.
  • startRow (Integer): The first row this GridData refers to, zero-based. Defaults to: null.