RVTDocs.com

TableSectionData.InsertColumn

Method
Description:
Inserts a new column at the specified index relative to the current set of columns.
Syntax
public void InsertColumn(
	int index
)
Parameters
Parameter Type Description
index Int32 An integer index.
Return Value
Exceptions
Exception Condition
ArgumentException index is invalid index.
InvalidOperationException This operation is forbidden for cells in standard schedule body sections.