dbicList Send comments on this topic.
IndexOf(dbiColumnItem) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > ColumnItemCollection Class : IndexOf(dbiColumnItem) Method

obj
The dbiColumnItem to find the index value of.
Returns the integer index value of the dbiColumnItem Class from the collection.

Syntax

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

Parameters

obj
The dbiColumnItem to find the index value of.

Return Value

Integer value representing the current index of the column item in the collection.

Requirements

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

See Also