TableSectionData.GetCellSpec
Description:
Gets the spec describing values of a cell, if applicable.
Gets the spec describing values of a cell, if applicable.
public ForgeTypeId GetCellSpec(
int nRow,
int nCol
)
-
Int32nRowThe row index of the cell
-
Int32nColThe column index of the cell
Return Value
ForgeTypeId
Identifier of the spec, or empty if the cell does not contain a number with units.
-
The given row number nRow is invalid. -or- The given column number nCol is invalid.