IExtJSTreePanelViewExpandRow Method (Int32) |
Expands 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 ExpandRow(
int rowIndex
)
Sub ExpandRow (
rowIndex As Integer
)
Dim instance As IExtJSTreePanelView
Dim rowIndex As Integer
instance.ExpandRow(rowIndex)
void ExpandRow(
int rowIndex
)
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row.
Exceptions See Also