Insert(UInt32,UInt32) Method
Inserts an item at the specified location in the table. (iOS only)

C# Syntax

void Insert( 
   uint section,
   uint item
)

Parameters

section
The numeric index of the section in which to insert the specified item
item
The numeric index of the location for the new item within the section