<Code Lib>
2023 Method
Changes 0
M

PanelScheduleView.IsCellInPhaseLoads

Description:
Check if this cell in the phase loads

public bool IsCellInPhaseLoads(
	int nRow,
	int nCol
)

  • Int32
    nRow
    Row Number
  • Int32
    nCol
    Column Number
Return Value bool True if this cell in the phase loads, false otherwise

Loading…