ITelerikWPFRadGridViewExpand Method |
Expands the specified row.
Namespace:
SmartBear.TestLeft.TestObjects.WPF.Telerik
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Expand(
int rowIndex
)
Sub Expand (
rowIndex As Integer
)
Dim instance As ITelerikWPFRadGridView
Dim rowIndex As Integer
instance.Expand(rowIndex)
void Expand(
int rowIndex
)
Parameters
- rowIndex
- Type: SystemInt32
The zero-based index of the row.
Exceptions See Also