Revit 2026 API
Table |
Inserts a new column at the specified index relative to the current set of columns.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void InsertColumn( int index )
Public Sub InsertColumn ( index As Integer )
public: void InsertColumn( int index )
member InsertColumn : index : int -> unit
Parameters
- index Int32
- An integer index.
| Exception | Condition |
|---|---|
| ArgumentException | index is invalid index. |
| InvalidOperationException | This operation is forbidden for cells in standard schedule body sections. |
See Also