PocketPlanner Programmer's Guide

ContactCollection.Insert Method

See Also

Inserts the specified Contact object at the specified position within the collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Insert (
    int index,
    Contact contact
)

Visual Basic

Public Sub Insert ( _
    index As Integer, _
    contact As Contact _
)

 Parameters

index
The zero-based index at which the contact must be inserted.
contact
An instance of the Contact class to be added to the collection.

 See Also