Expected_Value="test"
RC=JavaWindow(..).JavaTable("Inter-cell spacing:").GetROProperty("Rows")
For i=1 to RC
Value=JavaWindow(..).JavaTable("Inter-cell spacing:").GetCellData(i, 1)
If (Expected_Value=Actual_Value) Then
JavaWindow(..).JavaTable("Inter-cell spacing:").SelectCell i, 1
Exit for
End if
Next
This is an example need exat requirements
RC=JavaWindow(..).JavaTable("Inter-cell spacing:").GetROProperty("Rows")
For i=1 to RC
Value=JavaWindow(..).JavaTable("Inter-cell spacing:").GetCellData(i, 1)
If (Expected_Value=Actual_Value) Then
JavaWindow(..).JavaTable("Inter-cell spacing:").SelectCell i, 1
Exit for
End if
Next
This is an example need exat requirements