Back to Devexpress

FormControlCollection.RemoveAt(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-removeat-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

FormControlCollection.RemoveAt(Int32) Method

Removes a form control at the specified index from the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void RemoveAt(
    int index
)
vb
Sub RemoveAt(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

The item index.

|

See Also

FormControlCollection Interface

FormControlCollection Members

DevExpress.Spreadsheet Namespace