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