Back to Devexpress

WorksheetDataBindingCollection.RemoveAt(Int32) Method

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

latest1.9 KB
Original Source

WorksheetDataBindingCollection.RemoveAt(Int32) Method

Removes the WorksheetDataBinding object 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

A zero-based integer specifying the index of the item to be removed. It should be non-negative and less than the number of elements in the collection.

|

Remarks

To remove a specific WorksheetDataBinding object from the collection, use the WorksheetDataBindingCollection.Remove method. To remove all WorksheetDataBinding objects from the collection at once, use the WorksheetDataBindingCollection.Clear method.

See Also

WorksheetDataBindingCollection Interface

WorksheetDataBindingCollection Members

DevExpress.Spreadsheet Namespace