getCollection(): Collection;
The getCollection method of the JadeTableSheet class returns a reference to the collection attached to the associated sheet of the
coll := table1.accessSheet(1).getCollection;
If no collection is attached to the sheet, null is returned.