IDevExpressXtraVerticalGridExpand Method (Int32) |
Expands the specified column.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void Expand(
int columnIndex
)
Sub Expand (
columnIndex As Integer
)
Dim instance As IDevExpressXtraVerticalGrid
Dim columnIndex As Integer
instance.Expand(columnIndex)
void Expand(
int columnIndex
)
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column.
Exceptions See Also