Click or drag to resize

FormRemoveFormSection Method

Removes the form section from the form and reduces all form section's vorder for those with vorder greater than the removed form section

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveFormSection(
	FormSectionBase formSection
)

Parameters

formSection
Type: Omada.OE.ModelFormSectionBase
See Also