Z-SoftNet Developer Network Library www.zsoftnet.com

CategoryCollection.Insert Method 

inserts a Category object at specific index position.

public void Insert(
   int index,
   string c
);

Parameters

index
index where to insert.
c
Category object.

See Also

CategoryCollection Class | ZsoftNet.iCalendar Namespace