2025 Method
Changes 0
M

PanelScheduleView.GetCellsBySlotNumber

Description:
Gets cells for the given slot number
public void GetCellsBySlotNumber(
	int nSlotNumber,
	out IList<int> RowArr,
	out IList<int> ColArr
)