@gettablecelltypebyinternalid()
Returns the type of a cell in a table.
Syntax
@gettablecelltypebyinternalid (table_id, row_index, column_index)
Type
HyperMesh Template Function
Description
Returns the type of a cell in a table.
Inputs
- table_id
- The ID of the table entity to query.
- row_index
- The row of the table to query, starting from 0.
- column_index
- The colum of the table to query, starting from 0
Examples
To query table 100, row 3 and column 10:
@gettablecelltypebyinternalid(100, 3, 10)
Version History
2019