sheets property

List<Sheet>? sheets
getter/setter pair

The sheets that are part of a spreadsheet.

Implementation

core.List<Sheet>? sheets;