RVTDocs.com

PanelScheduleView.RemoveSpace

Method
Description:
Remove a space at specific cell.
Syntax
public void RemoveSpace(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 Row Number
nCol Int32 Column Number
Return Value
Exceptions
Exception Condition
ArgumentsInconsistentException The row column combination does not represent a valid space.