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
130
Regarding GetCellProperty
posted

Hey Team,

I am using GetCellProperty Function in qtp to fetch the value of x and y coordinates from swftable. But

while using this I am getting error

IG: [GetCelProperty] : Unable to cast object of type 'System.Int16' to type 'System.String'.

The code which i am using is

xCoordinate =  SwfWindow("Window").SwfTable("WindowsGrid").GetCellProperty(1,1,"x")

Need this at very high priority. Thanks in advance.