IPropertyGridViewExpand Method (String) |
Expands the specified item.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Expand(
string itemName
)
Sub Expand (
itemName As String
)
Dim instance As IPropertyGridView
Dim itemName As String
instance.Expand(itemName)
void Expand(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
The item's name.
Exceptions See Also