dbicDayView Send comments on this topic.
ColumnAt(Int32,Int32) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > ColumnAt Method : ColumnAt(Int32,Int32) Method

nxCoor
The x-coordinate to check
nyCoor
The y-coordinate to check
Returns the index value of an existing column at a specific location.

Syntax

Visual Basic (Declaration) 
Overloads Public Function ColumnAt( _
   ByVal nxCoor As Integer, _
   ByVal nyCoor As Integer _
) As Integer
C# 
public int ColumnAt( 
   int nxCoor,
   int nyCoor
)

Parameters

nxCoor
The x-coordinate to check
nyCoor
The y-coordinate to check

Requirements

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

See Also