RVTDocs.com

TableSectionData.CanInsertColumn

Method
Description:
Verifies if a new column can be inserted at the given index.
Syntax
public bool CanInsertColumn(
	int nIndex
)
Parameters
Parameter Type Description
nIndex Int32 An integer index.
Return Value
Type Description
Boolean True if the column can be inserted, false otherwise.