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

obj
The dbiColumnItem to remove from the collection.
Remove the specified dbiColumnItem Class from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal obj As dbiColumnItem _
) 
C# 
public void Remove( 
   dbiColumnItem obj
)

Parameters

obj
The dbiColumnItem to remove from the collection.

Requirements

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

See Also