<Code Lib>
2025 Method
Changes 5
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 ScheduleField The new field.

Loading…