IGridViewWithGroupsCollapseGroup Method (String) |
Collapses the specified group.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void CollapseGroup(
string groupName
)
Sub CollapseGroup (
groupName As String
)
Dim instance As IGridViewWithGroups
Dim groupName As String
instance.CollapseGroup(groupName)
void CollapseGroup(
String^ groupName
)
Parameters
- groupName
- Type: SystemString
The name of the group.
Exceptions See Also