sheetType property

String? sheetType
getter/setter pair

The type of sheet.

Defaults to GRID. This field cannot be changed once set. Possible string values are:

  • "SHEET_TYPE_UNSPECIFIED" : Default value, do not use.
  • "GRID" : The sheet is a grid.
  • "OBJECT" : The sheet has no grid and instead has an object like a chart or image.
  • "DATA_SOURCE" : The sheet connects with an external DataSource and shows the preview of data.

Implementation

core.String? sheetType;