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

obj

The dbiCellFormat to add to the collection.

Add a dbiCellFormat object to the collection.

Syntax

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

Parameters

obj

The dbiCellFormat to add to the collection.

Return Value

Integer value representing the index where the item was added to.

Requirements

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

See Also