:: Forum >> Version 1 >>

What is the difference between setProperty and setColumnProperty?

More information on this topic is available in the documentation section: /active.howto.load.csv/.

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?
Anthony M.
Saturday, July 30, 2005
I guess, using setproperty method, you can dynamically set either a row or a column property. It may not be useful often though.
Deepak
Thursday, November 3, 2005



This topic is archived.

Back to /active.howto.load.csv/

Documentation:

Forum search