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

nIndex
Integer value representing the index of the item where the insertion is to occur.
obj
The dbiCellFormat to insert in the collection.
Insert a dbiCellFormat Item into the collection in a specified nIndex location.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal obj As dbiCellFormat _
) 
C# 
public void Insert( 
   int nIndex,
   dbiCellFormat obj
)

Parameters

nIndex
Integer value representing the index of the item where the insertion is to occur.
obj
The dbiCellFormat to insert in the collection.

Requirements

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

See Also