RVTDocs.com

TableSectionData.CanRemoveRow

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