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

ptPoint
Coordinates to check
Returns the index value of an existing column at a specific location.

Syntax

Visual Basic (Declaration) 
Overloads Public Function ColumnAt( _
   ByVal ptPoint As Point _
) As Integer
C# 
public int ColumnAt( 
   Point ptPoint
)

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also