| Revit 2023 API |
| TableSectionData..::..ResetCellOverride Method (Int32) |
| TableSectionData Class See Also |
Resets the override of the column.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public void ResetCellOverride( int nCol ) |
| Visual Basic |
|---|
Public Sub ResetCellOverride ( _ nCol As Integer _ ) |
| Visual C++ |
|---|
public: void ResetCellOverride( int nCol ) |
Parameters
- nCol
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | The given column number nCol is invalid. |