<Code Lib>
2025 Method
Changes 0
M

PanelScheduleView.IsSpace

Description:
Check if the selected cell is a space

public bool IsSpace(
	int nRow,
	int nCol
)

Return Value Boolean True if the selected cell is a space, false otherwise

Loading…