'Declaration Public Overloads Function ColContaining( _ ByVal x As System.Integer _ ) As System.Integer
public System.int ColContaining( System.int x )
Parameters
- x
- The horizontal coordinate (X value) in pixels.
Return Value
The index of the column in the Split.DisplayColumns collection beneath the specified X coordinate.