<Code Lib>
2020 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
)

Return Value bool Returns whether the function succeeded

Loading…