newSheetId property

int? newSheetId
getter/setter pair

If set, the ID of the new sheet.

If not set, an ID is chosen. If set, the ID must not conflict with any existing sheet ID. If set, it must be non-negative.

Implementation

core.int? newSheetId;