Search
PropertyGridContent.selectCell Method
See Also
 






Selects the cell at the specified position.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function selectCell (row, column)

 Parameters

row

Number. The cell row.

column

Number. The cell column.

 See Also