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.
-
fieldNameThe field name.
-
indexThe index in the list of fields.
-
A non-optional argument was null
-
index is not a valid insert position.