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

C# Syntax

void Insert( 
   uint item
)

Parameters

item
The numeric index of the location to insert the item.