2021 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 bool Returns whether the function succeeded