TableSectionDataSetCellCombinedParameters(Int32, Int32, IListTableCellCombinedParameterData) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetCellCombinedParameters(
	int nRow,
	int nCol,
	IList<TableCellCombinedParameterData> paramData
)

Parameters

nRow  Int32
 
nCol  Int32
 
paramData  IListTableCellCombinedParameterData
 
See Also