dbicList Send comments on this topic.
Item Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > CellFormatCollection Class : Item Property

nIndex
An integer value representing the index value of a dbiCellFormat item in the collection.
The object which contains the dbiCellFormat Item.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As dbiCellFormat
C# 
public dbiCellFormat this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
An integer value representing the index value of a dbiCellFormat item in the collection.

Property Value

dbiCellFormat

Requirements

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

See Also