<Code Lib>
2020 Method
Changes 0
M

TableSectionData.GetCellCategoryId(Int32, Int32)

Description:
Returns a cell's CategoryId and if no CategoryId exists for this cell, it would come from the column. Associated with the paramId to find the correct element.
Overloads (2):
GetCellCategoryId(Int32,Int32)

public ElementId GetCellCategoryId(
	int nRow,
	int nCol
)

Return Value ElementId

Loading…