Hi All,
Could not find any method to retrive bands count for multiple band table. Is it available?
Please advise.
Thanks in advance,
Dmitry
Alan,
Can you suggest the document which contains the info to access NA properties? Unfortunately, I could not find this info in your "Infragistics Test Advantage" local help file.
Thanks,
Yes, it works. Mnay thanks. Also found.
SwfWindow("Window1").SwfTable("ultragrid1").object.DisplayLayout.Bands.Count
Regards,
Dmitry,
The count can be retrieved using GetNAProperty:
SwfWindow("Window1").SwfTable("ultragrid1").GetNAProperty("DisplayLayout.Bands.Count")
Let me know if you have any questions with this matter.