Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
How to get bands count in Swftable:grid object?
posted

Hi All,

Could not find any method to retrive bands count for multiple band table. Is it available?

Please advise.

Thanks in advance,

Dmitry

Parents
  • 22852
    Suggested Answer
    Offline posted

    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.

Reply Children