mspark
11 years agoNew Contributor
Calling methods for ActiveX farpoint spread
I am trying to get text in cell in ActiveX farpoint spread by using a mothod, GetText(x,y,value).
But I am not sure how to get calling GetText method. that method isn't shown.
When I even call the method like below. TC says "unable to find the object GetText(1,1,)"
Please advise how to get the text in cell from farpoint spread.
I am using Farpoint Spread 8.0 trial version
Function GridTest()
Dim value
set wGrid = Sys.Process("MFC").Window("#32770", "About MFC", 1).Window("SPR32AU80_SpreadSheet", "", 1)
call wGrid.GetText(1,1,value)
Log.Message value
End Function
Thanks,
Ryamond.