Removes a column data at a specified index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public void RemoveColumn( int nIndex ) |
| Visual Basic |
|---|
Public Sub RemoveColumn ( _ nIndex As Integer _ ) |
| Visual C++ |
|---|
public: void RemoveColumn( int nIndex ) |
Parameters
- nIndex
- Type: System..::..Int32
An integer index
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | nIndex is invalid index. |
| Autodesk.Revit.Exceptions..::..InvalidOperationException | This operation is forbidden for cells in standard schedule body sections. |