Delete(UInt32) Method
Deletes the specified item from the table. (iOS only)

C# Syntax

void Delete( 
   uint item
)

Parameters

item
The numeric index of the item to delete.