IGridViewWithGroupsExpandGroup Method (String) |
Expands 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 ExpandGroup(
string groupName
)
Sub ExpandGroup (
groupName As String
)
Dim instance As IGridViewWithGroups
Dim groupName As String
instance.ExpandGroup(groupName)
void ExpandGroup(
String^ groupName
)
Parameters
- groupName
- Type: SystemString
The name of the group.
Exceptions See Also