How to use Column Properties?
var value = obj.getColumnProperty(name); // Retrieve property by name
obj.setColumnProperty(name, value); // Assign property value
obj.defineColumnProperty(name, value); // Define new property
Is all the docs have on this but when I try to do anything with them things just crash. Can you give some better examples?
obj.setColumnProperty(name, value); // Assign property value
obj.defineColumnProperty(name, value); // Define new property
Is all the docs have on this but when I try to do anything with them things just crash. Can you give some better examples?
Elrod
May 22,