SelectCell Method (IGridBase)

Clicks the specified cell in the grid. This method has multiple overloads.

SelectCell(UInt32,UInt32) Method

Clicks the specified cell in the grid.
C# Syntax
                        
                            void SelectCell( 
   uint row,
   uint column
)

Parameters

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

SelectCell(UInt32,String) Method

Clicks the specified cell in the grid.

C# Syntax
                        
                            void SelectCell( 
   uint row,
   string columnHeader
)

Parameters

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