ColContaining Method (DropDownList)
In This Topic
Returns the column index containing the specified coordinate.
Syntax
'Declaration
Public Function ColContaining( _
ByVal As Integer _
) As Integer
public int ColContaining(
int
)
Parameters
- x
- Integer that defines a horizontal coordinate (X value) in pixels.
See Also