ExtendSelect(Int32,String) Method
Adds a cell to the collection of selected items in this multi-selection grid.

C# Syntax

void ExtendSelect( 
   int row,
   string columnHeader
)

Parameters

row
0-based row number.
columnHeader
The column header name.