<Code Lib>
2020 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
)

Return Value The new field. The new field.

Loading…