Delete(UInt32,UInt32) Method
Deletes the specified item or section in the table. (iOS Only)

C# Syntax

void Delete( 
   uint section,
   uint item
)

Parameters

section
The numeric index of the section from which to delete the specified Item
item
The numeric index of the item to delete