Gets the DOM element of the cell in the specified coordinates.
Namespace: MindFusion.DataViews
File: PropertyGridContent.js
SyntaxJavaScript
Copy Code
|
|---|
function getCellElement (row, column) |
Number. The cell row.
Number. The cell column.
HTMLDivElement. the cell's DOM element.
See Also