}
else {
if (component instanceof MCollectionComponent) {
((MCollectionComponent)component).setCellSelection(cellList.toArray(new Properties[cellList.size()]));
} else {
throw new ComponentException("Array of properties are expected only for collection components", scriptModel, windowMonitor);
}
}
}