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

obj
The dbiColumnItem to add to the collection.
Add a column item to the collection.

Syntax

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

Parameters

obj
The dbiColumnItem to add to the collection.

Requirements

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

See Also