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