2024 Method
Changes 4
M

ScheduleDefinition.InsertCombinedParameterField

Description:
Adds a combined parameter field at the specified position in the list.
public ScheduleField InsertCombinedParameterField(
	IList<TableCellCombinedParameterData> data,
	string fieldName,
	int index
)
  • data
    The combined parameters array.
  • String
    fieldName
    The field name.
  • Int32
    index
    The index in the list of fields.
Return Value The new field. The new field.