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

C# Syntax

void DeselectCell( 
   uint row,
   string column
)

Parameters

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