TableSectionData.SetCellCombinedParameters(Int32, Int32, IList<TableCellCombinedParameterData>)
Method
Description:
Allows the caller to set combined parameter for a specified cell
Allows the caller to set combined parameter for a specified cell
Syntax
public void SetCellCombinedParameters(
int nRow,
int nCol,
IList<TableCellCombinedParameterData> paramData
)
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given row number nRow is invalid. -or- The given column number nCol is invalid. |
ArgumentNullException | A non-optional argument was null |