<Code Lib>
2025 Method
Changes 0
M

TableSectionData.GetCellParamId(Int32, Int32)

Description:
Returns a cell's ParamId and if no ParamId exists for this cell, it would come from the column
Overloads (2):
GetCellParamId(Int32,Int32)

public ElementId GetCellParamId(
	int nRow,
	int nCol
)

Return Value ElementId ElementId

  • The given row number nRow is invalid. -or- The given column number nCol is invalid.

Loading…