Programmer's Guide > Interfaces > TableObjectStore interface > item method
  
item method
Returns an item from the store given its index (or null if the index is not valid).
item(itemindex )
Parameters
unsigned longitemindex
The index of the item to be returned. The first item is item 0.
Returns
TableObject. The requested item from the table object store, if any.