dbicList Send comments on this topic.
ColumnAt(Int32,Int32) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class > ColumnAt Method : ColumnAt(Int32,Int32) Method

nX
The X coordinate to test for a dbiColumnItem
nY
The Y coordinate to test for a dbiColumnItem
Gets the dbiColumnItem at a specified location

Syntax

Visual Basic (Declaration) 
Overloads Public Function ColumnAt( _
   ByVal nX As Integer, _
   ByVal nY As Integer _
) As dbiColumnItem
C# 
public dbiColumnItem ColumnAt( 
   int nX,
   int nY
)

Parameters

nX
The X coordinate to test for a dbiColumnItem
nY
The Y coordinate to test for a dbiColumnItem

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also