dbicDayView Send comments on this topic.
Add Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : Add Method

obj
dbiColumnType
Adds a dbiColumnType to the end of the collection.

Syntax

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

Parameters

obj
dbiColumnType

Return Value

Integer indicating the index position of the new dbiColumnType.

Requirements

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

See Also