MobileForms Toolkit Documentation

SmartGrid.ActivateCell Method 

Activates the cell at the given row and column index.

public void ActivateCell(
int rowIndex,
int columnIndex
);

Parameters

rowIndex
The index of the row.
columnIndex
The index of the column.

Remarks

Calling this method simulates user clicking on given cell.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace