2027 Method
Changes 0
M

PanelScheduleView.IsSlotGrouped

Description:
Check if the slot is in a group
public int IsSlotGrouped(
	int nRow,
	int nCol
)
  • Int32
    nRow
    Row Number
  • Int32
    nCol
    Column Number
Return Value Int32 It is not in a group if the return value equals to 0. It is in a group if the return value is greater than 0 and the return value is the group number.