Back to Devexpress

FormControlCollection.Remove(FormControl) Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-formcontrol-x29.md

latest1.4 KB
Original Source

FormControlCollection.Remove(FormControl) Method

Removes specific form control from the collection.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Remove(
    FormControl formControl
)
vb
Function Remove(
    formControl As FormControl
) As Boolean

Parameters

NameTypeDescription
formControlFormControl

A form control to remove.

|

Returns

TypeDescription
Boolean

true if the form control was successfully removed; otherwise, false.

|

See Also

FormControlCollection Interface

FormControlCollection Members

DevExpress.Spreadsheet Namespace