Forum Discussion
YMinaev
Staff
15 years agoHi Stephen,
Try creating a script that obtains the focused cell's column and row indexes using members of the Grid.Cells.GetFocusedCellInfo object and then passes them as parameters of properties or methods that return the object that contains the needed text (e.g. you can check whether the Grid.Fields.Item property contains it).
Try creating a script that obtains the focused cell's column and row indexes using members of the Grid.Cells.GetFocusedCellInfo object and then passes them as parameters of properties or methods that return the object that contains the needed text (e.g. you can check whether the Grid.Fields.Item property contains it).