Indicates if the column is overridden or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |