PanelScheduleView.SetParamValue
Description:
Sets the text for the given cell, returns true if successful, false otherwise
Sets the text for the given cell, returns true if successful, false otherwise
public bool SetParamValue(
SectionType sectionType,
int nRow,
int nCol,
string sValue
)
-
sectionTypeThe associated section
-
nRowRow Number of the Section
-
nColColumn Number of the Section
-
sValueString value to set the parameter
Return Value
bool
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