setCollectionObject

setCollectionObject(obj: Object) updating;

The setCollectionObject method of the JadeTableSheet class refreshes the list of entries on the current sheet of the table when a collection is attached to the current sheet. This ensures that the object referenced is in the displayed list of collection entries for the table sheet; for example:

table1.accessSheet(1).setCollectionObject(obj);

For a description of this method, see the Table control setCollectionObject method.