2027 Method
Changes 0
M

PanelScheduleView.GetLoadClassificationName

Description:
Gets the name of the Load Classification at the given row/column
public string GetLoadClassificationName(
	int nRow,
	int nCol
)
  • Int32
    nRow
    Row Number of the Load Summary Section
  • Int32
    nCol
    Column number of Load Summary Section
Return Value String The name of the Load Classification
  • The given row number nRow is invalid in Summary. -or- The given column number nCol is invalid in Summary.