ScheduleDefinition.InsertCombinedParameterField
Method
Description:
Adds a combined parameter field at the specified position in the list.
Adds a combined parameter field at the specified position in the list.
Syntax
public ScheduleField InsertCombinedParameterField(
IList<TableCellCombinedParameterData> data,
string fieldName,
int index
)
Parameters
Parameter | Type | Description |
---|---|---|
data | IList | The combined parameters array. |
fieldName | String | The field name. |
index | Int32 | The index in the list of fields. |
Return Value
Type | Description |
---|---|
ScheduleField | The new field. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | index is not a valid insert position. |