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

obj
The dbiCellFormat object to remove from the collection.
Remove the specified dbiCellFormat Item from the collection.

Syntax

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

Parameters

obj
The dbiCellFormat object to remove from the collection.

Requirements

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

See Also