TableSectionDataInsertColumn Method |
Inserts a new column at the specified index relative to the current set of columns.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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.
Exceptions
See Also