Hi All,
Could not find any method to retrive bands count for multiple band table. Is it available?
Please advise.
Thanks in advance,
Dmitry
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.
Mr. Halama,
Where would one find a list of possible parameters for GetNAProperty, where you inserted '"DisplayLayout.Bands.Count"'? I would like to take advantage of the GetNAProperty method in order to get cell data from an UltraWinGrid, but I am unsure of what parameters to use to this end.
Alan,
Yes, it works. Mnay thanks. Also found.
SwfWindow("Window1").SwfTable("ultragrid1").object.DisplayLayout.Bands.Count
Regards,