Returns a reference to the cell located at the specified column and row of this table.
Namespace: MindFusion.Diagramming
File: TableNode.js
JavaScript Copy Code |
---|
function getCell (col, row) |
Number. An integer value specifying the index of a table's column.
Number. An integer value specifying the index of a table's row.
A Cell instance representing the specified cell.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |