RVTDocs.com

TableSectionData.GetCellType(Int32)

Method
Description:
Returns a column's cell type and if no type exists for this column, it would come from the section
Syntax
public CellType GetCellType(
	int nCol
)
Parameters
Parameter Type Description
nCol Int32
Return Value
Exceptions
Exception Condition
ArgumentException The given column number nCol is invalid.