IPropertyGridViewClickValue Method (String) |
Simulates a left click on the specified item's cell value.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickValue(
string itemName
)
Sub ClickValue (
itemName As String
)
Dim instance As IPropertyGridView
Dim itemName As String
instance.ClickValue(itemName)
void ClickValue(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
The item's name.
Exceptions See Also