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

nIndex
 
obj
The dbiColumnItem to insert into the collection.
Insert a dbiColumnItem Class into the collection in a specified nIndex location.

Syntax

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

Parameters

nIndex
 
obj
The dbiColumnItem to insert into the collection.

Requirements

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

See Also