dbicDayView Send comments on this topic.
IndexOf(dbiColumnType) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : IndexOf(dbiColumnType) Method

obj
dbiColumnType
Gets the specific index of a dbiColumnType within the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal obj As dbiColumnType _
) As Integer
C# 
public int IndexOf( 
   dbiColumnType obj
)

Parameters

obj
dbiColumnType

Return Value

Integer indicating the index position of the new dbiColumnType.

Requirements

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

See Also