Select(UInt32,UInt32) Method
Selects an item in a section of the table.

C# Syntax

void Select( 
   uint section,
   uint item
)

Parameters

section
The numeric index of the section containing the item to select.
item
The numeric index of the item to select.