TableSectionData.GetCellUnitType
Description:
Gets the unit type of a cell, if applicable.
Gets the unit type of a cell, if applicable.
[ObsoleteAttribute("This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `GetCellSpec(int, int)` method instead.")]
public UnitType GetCellUnitType(
int nRow,
int nCol
)
-
Int32nRowThe row index of the cell
-
Int32nColThe column index of the cell
Return Value
UnitType
The unit type, or UT_Undefined 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.