Removes a column data at a specified index.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveColumn( int nIndex )
Parameters
- nIndex Int32
- An integer index
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | nIndex is invalid index. |
| InvalidOperationException | This operation is forbidden for cells in standard schedule body sections. |
