RVTDocs.com

TableSectionData.SetCellCombinedParameters(Int32, Int32, IList<TableCellCombinedParameterData>)

Method
Description:
Allows the caller to set combined parameter for a specified cell
Syntax
public void SetCellCombinedParameters(
	int nRow,
	int nCol,
	IList<TableCellCombinedParameterData> paramData
)
Parameters
Parameter Type Description
nRow Int32
nCol Int32
paramData IList
Return Value
Exceptions
Exception Condition
ArgumentException The given row number nRow is invalid. -or- The given column number nCol is invalid.
ArgumentNullException A non-optional argument was null