| Revit 2023 API |
| TableSectionData..::..IsCellOverridden Method (Int32) |
| TableSectionData Class See Also |
Indicates if the column is overridden or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public bool IsCellOverridden( int nCol ) |
| Visual Basic |
|---|
Public Function IsCellOverridden ( _ nCol As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsCellOverridden( int nCol ) |
Parameters
- nCol
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | The given column number nCol is invalid. |