In The Hand LtdIn The Hand
RemoveAt Method (index)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemCollectionRemoveAt(Int32)
.NET Components for Mobility
Remove the PimItem at the specified index.
Declaration Syntax
C#Visual Basic
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( _
	index As Integer _
)
Parameters
index (Int32)
The Zero-based index for the item to remove. The index is the position of the item in the current sort order.
Remarks
Equivalent to the Remove(int index) function in POOM.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex is out of range.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0