C1.Win.C1List.ListBase Namespace / C1ListBase Class / ColContaining Method
Integer that defines a horizontal coordinate (X value) in pixels.

In This Topic
ColContaining Method (C1ListBase)
In This Topic
Returns the column index containing the specified coordinate.
Syntax
'Declaration
 
Public Function ColContaining( _
   ByVal x As Integer _
) As Integer
 

Parameters

x
Integer that defines a horizontal coordinate (X value) in pixels.
See Also