<Code Lib>
2025.3 Method
Changes 0
M

PanelScheduleView.IsSpace

Description:
Check if the selected cell is a space

public bool IsSpace(
	int nRow,
	int nCol
)

  • Int32
    nRow
    Row Number
  • Int32
    nCol
    Column Number
Return Value Boolean True if the selected cell is a space, false otherwise

Loading…