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

nIndex
Integer
obj
dbiColumnType
Inserts a dbiColumnType into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal obj As dbiColumnType _
) 
C# 
public void Insert( 
   int nIndex,
   dbiColumnType obj
)

Parameters

nIndex
Integer
obj
dbiColumnType

Requirements

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

See Also