RVTDocs.com

TableSectionData.CanInsertRow

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