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

C# Syntax

void ExtendSelect( 
   int row,
   int column
)

Parameters

row
0-based row number.
column
0-based column index.