| Revit 2016 API |
| TableSectionData..::..GetCellCombinedParameters Method (Int32, Int32) |
| TableSectionData Class See Also |
Returns an array of combined parameter data for the specified cell
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
public IList<TableCellCombinedParameterData> GetCellCombinedParameters( int nRow, int nCol ) |
| Visual Basic |
|---|
Public Function GetCellCombinedParameters ( _ nRow As Integer, _ nCol As Integer _ ) As IList(Of TableCellCombinedParameterData) |
| Visual C++ |
|---|
public: IList<TableCellCombinedParameterData^>^ GetCellCombinedParameters( int nRow, int nCol ) |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | The given row number nRow is invalid. -or- The given column number nCol is invalid. |