TableSectionData.InsertColumn Method
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.4.0.0 (26.4.0.0)
Syntax
C#
public void InsertColumn( int index )
Parameters
index
Int32
An integer index.
Exceptions
Exception
Condition
ArgumentException
index is invalid index.
InvalidOperationException
This operation is forbidden for cells in standard schedule body sections.
See Also
Reference
TableSectionData Class
Autodesk.Revit.DB Namespace