IDevExpressQuantumGridClickColumnHeader Method (Int32) |
Simulates a left click on the specified column header.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickColumnHeader(
int columnIndex
)
Sub ClickColumnHeader (
columnIndex As Integer
)
Dim instance As IDevExpressQuantumGrid
Dim columnIndex As Integer
instance.ClickColumnHeader(columnIndex)
void ClickColumnHeader(
int columnIndex
)
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column.
Exceptions See Also