msgbox SwfWindow("EFM Desktop - QA").SwfTable("shareclassControl1").GetNAProperty("Rows[0].Band.Columns[8].CellActivation")
then received error:
Unable to find assembly 'Infragistics2.Win.ultrawinGrid.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'
This works if I changed CellActivation to Width. Thanks,
Darg and drop NetAdvantage assemblies (usually located in the same folder as your application exe) into the Global Assembly Cash-GAC (located in C:\Windows\Assembly\)
This error is because the type of the property you are trying to access is in another shared assembly.
I hope this will work.
Ammar