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: 24.0.0.0 (24.0.0.0)
Since: 2015
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- index
- Type: SystemInt32
An integer index.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | index is invalid index. |
Autodesk.Revit.ExceptionsInvalidOperationException | This operation is forbidden for cells in standard schedule body sections. |