What is the difference between setProperty and setColumnProperty?
I couldn't help noticing this in the code examples -
obj.setProperty("column/count", 5);
and
obj.setColumnProperty("count", 4);
obj.setRowProperty("count", 5);
If column and row properties can be set thru calls to setProperty, why bother with the functions setColumnProperty and setRowProperty?
obj.setProperty("column/count", 5);
and
obj.setColumnProperty("count", 4);
obj.setRowProperty("count", 5);
If column and row properties can be set thru calls to setProperty, why bother with the functions setColumnProperty and setRowProperty?
Anthony M.
July 30,