08-05-2009, 10:47 PM
I have an new windows application that has an inbedded grid that uses FarPoint.Win.Spread.FpSpread. When I spy the object I only see it as a SwfObject and cannot see the grid.
I have managed to to get the row count using:
But what ever I try to do to get the values from the Cells in the table I do not get anything back, I need to verify that the value I am looking for is in the first cell (User_iD)in a row and if so select that cell.
any help or ideas would be good
I have managed to to get the row count using:
Code:
SwfObject("ObjectName").Object.ActiveSheet.rowcount
But what ever I try to do to get the values from the Cells in the table I do not get anything back, I need to verify that the value I am looking for is in the first cell (User_iD)in a row and if so select that cell.
any help or ideas would be good