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
-
Int32nRowRow Number of the Section
-
Int32nColColumn Number of the Section
-
StringsValueString value to set the parameter
-
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