RVTDocs.com

TableSectionData.CanRemoveColumn

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