A convinience implementation of ICellPopulator that adds a label that
will display the value of the specified property. Non-string properties will
be converted to a string before display.
Example
ICellPopulator cityPopulator = new PropertyPopulator("address.city");
Example
ICellPopulator cityPopulator = new PropertyPopulator("address.city");