MobileForms Toolkit Documentation

DayCellCollection.Insert Method 

Inserts an DayCell into the collection at the specified index.

public void Insert(
int index,
DayCell value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The DayCell to insert. The value can be a null reference (Nothing in Visual Basic).

Remarks

Insert DayCell at the specified location within items collection.

See Also

DayCellCollection Class | Resco.Controls.OutlookControls Namespace