ScheduleDefinition.InsertCombinedParameterField
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.
public ScheduleField InsertCombinedParameterField(
IList<TableCellCombinedParameterData> data,
string fieldName,
int index
)
-
dataThe combined parameters array.
-
StringfieldNameThe field name.
-
Int32indexThe index in the list of fields.
Return Value
The new field.
The new field.
-
A non-optional argument was null
-
index is not a valid insert position.