IPropertyGridViewClickValue Method (Int32) |
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(
int itemIndex
)
Sub ClickValue (
itemIndex As Integer
)
Dim instance As IPropertyGridView
Dim itemIndex As Integer
instance.ClickValue(itemIndex)
void ClickValue(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item.
Exceptions See Also