<Code Lib>
2025 Method
Changes 0
M

PanelScheduleView.GetCombinedParamValue

Description:
Returns the combined parameter text for instance view

public string GetCombinedParamValue(
	SectionType sectionType,
	int nRow,
	int nCol
)

Return Value String The combined parameter text

  • The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- A value passed for an enumeration argument is not a member of that enumeration

Loading…