2025.3 Method
Changes 0
M

PanelScheduleView.SetParamValue

Description:
Sets the text for the given cell, returns true if successful, false otherwise
public bool SetParamValue(
	SectionType sectionType,
	int nRow,
	int nCol,
	string sValue
)
  • sectionType
    The associated section
  • Int32
    nRow
    Row Number of the Section
  • Int32
    nCol
    Column Number of the Section
  • String
    sValue
    String value to set the parameter
Return Value Boolean Returns whether the function succeeded
  • A non-optional argument was null
  • 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