OverviewExamples
| 
 boolean Grid.GetSingleColumnSelection (  | 
-- Get single column selection
bSingle = Grid.GetSingleColumnSelection("Grid1");
-- Set it to the opposite
Grid.SetSingleColumnSelection("Grid1", not bSingle);
Toggles the single column selection option
See also: Related Actions