Multirow Header with XML

Hello, is there a way to define a multirow header using just the XML, or do I need to call the attachHeader method? Same question for the frozen column.

Thanks,
Scott

You need to call attachHeader method.
But you may call it from the xml.

[code]

Column label


One more label

Combo

One Two Three px false,false Label 2-1,Label 2-2 Footer 1,Footer 2 [/code]

Thanks sematik, I’ll try that.