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