Search
PropertyGridContent.getCellElement Method
See Also
 






Gets the DOM element of the cell in the specified coordinates.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function getCellElement (row, column)

 Parameters

row

Number. The cell row.

column

Number. The cell column.

 Return Value

HTMLDivElement. the cell's DOM element.

 See Also