Grid.SetSingleColumnSelection

Grid.SetSingleColumnSelection ( 

string  ObjectName,

boolean SingleColumnSelection )

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