innerList property

List<Picture> innerList

Collection of worksheet

Implementation

List<Picture> get innerList {
  return _pictures;
}