IExtJSTreePanelViewCollapseRow Method (String) |
Collapses the specified row.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void CollapseRow(
string rowName
)
Sub CollapseRow (
rowName As String
)
Dim instance As IExtJSTreePanelView
Dim rowName As String
instance.CollapseRow(rowName)
void CollapseRow(
String^ rowName
)
Parameters
- rowName
- Type: SystemString
The name of the row.
Exceptions See Also