innerList property

List<Worksheet> innerList

Collection of worksheet

Implementation

List<Worksheet> get innerList {
  return _worksheets;
}