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

obj

Integer value representing the index where the item was found.

Returns the index value (integer) for the supplied dbiCellFormat.

Syntax

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

Parameters

obj

Integer value representing the index where the item was found.

Return Value

Integer value representing the index where the item was found.

Requirements

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

See Also