TableSectionData.RemoveColumn Method

TableSectionDataRemoveColumn Method

Removes a column data at a specified index.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void RemoveColumn(
	int nIndex
)
Public Sub RemoveColumn ( 
	nIndex As Integer
)
public:
void RemoveColumn(
	int nIndex
)
member RemoveColumn : 
        nIndex : int -> unit 

Parameters

nIndex  Int32
An integer index
Exceptions
ExceptionCondition
ArgumentException nIndex is invalid index.
InvalidOperationException This operation is forbidden for cells in standard schedule body sections.
See Also