DeselectCell(UInt32,UInt32) Method
Unselects the specified cell by row and column index.

C# Syntax

void DeselectCell( 
   uint row,
   uint columnIndex
)

Parameters

row
The 1-based row index.
columnIndex
The 1-based column index.