sheetId property

int? sheetId
getter/setter pair

The ID of the Sheet connected with the data source.

The field cannot be changed once set. When creating a data source, an associated DATA_SOURCE sheet is also created, if the field is not specified, the ID of the created sheet will be randomly generated.

Implementation

core.int? sheetId;