Click or drag to resize

FormSectionWithFieldsRemoveFormSectionFields Method

Removes FormSectionFields in the fields collection from the FormSection and aligns the vorders of the remaining fields

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveFormSectionFields(
	FormSectionFields fields
)

Parameters

fields
Type: Omada.OE.ModelFormSectionFields
See Also