Skip to main content
Row

WorksheetDataBindingCollection.Remove(WorksheetDataBinding) Method

Removes the specified WorksheetDataBinding object from the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    WorksheetDataBinding item
)

Parameters

Name Type Description
item WorksheetDataBinding

A WorksheetDataBinding object to be removed from the collection.

Remarks

To remove the WorksheetDataBinding object at the specified index in the collection, use the WorksheetDataBindingCollection.RemoveAt method. To remove all WorksheetDataBinding objects from the collection at once, use the WorksheetDataBindingCollection.Clear method.

See Also