Returns a reference to the cell located at the specified column and row of this table. Namespace: MindFusion.Diagramming
|
JavaScript
![]() |
---|
function getCell (col, row) |
An integer value specifying the index of a table's column.
An integer value specifying the index of a table's row.
A Cell instance representing the specified cell.