I don't think a hashtable would be the best approach. If your plan is to produce an HTML table, you'd want to create a custom object, and give it properties for each column you want the table to have.
↧
I don't think a hashtable would be the best approach. If your plan is to produce an HTML table, you'd want to create a custom object, and give it properties for each column you want the table to have.