MobileForms Toolkit Documentation

GroupsCollection.Insert Method 

Inserts an group into the collection at the specified index.

public void Insert(
int index,
Group value
);

Parameters

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

Remarks

Insert group at the specified location within items collection.

See Also

GroupsCollection Class | Resco.Controls.OutlookControls Namespace