2027 Method
Changes 0
M

PanelScheduleView.GetParamValue

Description:
Gets the cell's text based on its type
public string GetParamValue(
	SectionType sectionType,
	int nRow,
	int nCol
)
  • sectionType
    Section of the desired parameter value
  • Int32
    nRow
    Row Number of the Section
  • Int32
    nCol
    Column Number of the Section
Return Value String The cell's text
  • The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- Thrown if there is no parameter at this cell -or- A value passed for an enumeration argument is not a member of that enumeration
  • Thrown if attempt to call on a template