Grid.GetSingleColumnSelection

boolean Grid.GetSingleColumnSelection ( 

string ObjectName )

Example 1

-- 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