RVTDocs.com

PanelScheduleView.IsSpace

Method
Description:
Check if the selected cell is a space
Syntax
public bool IsSpace(
	int nRow,
	int nCol
)
Parameters
Parameter Type Description
nRow Int32 Row Number
nCol Int32 Column Number
Return Value
Type Description
Boolean True if the selected cell is a space, false otherwise