var instance = new GC.Spread.Sheets.Tables.TableManager(sheet); var value; // Type: Table value = instance.find(row, column);
Parameters
- row
- The row index.
- column
- The column index.
Return Value
The table instance if the cell belongs to a table; otherwise,
null
.