2021 Method
Changes 8
M

TableSectionData.GetCellUnitType

Description:
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
)
  • Int32
    nRow
    The row index of the cell
  • Int32
    nCol
    The column index of the cell
Return Value UnitType The unit type, or UT_Undefined if the cell does not contain a number with units.