Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WorksheetDataBindingCollection.GetDataBinding(Cell) Method

Obtains data bindings for the specified cell.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

WorksheetDataBinding GetDataBinding(
    Cell cell
)

#Parameters

Name Type Description
cell Cell

A Cell for which to query the data binding collection.

#Returns

Type Description
WorksheetDataBinding

A WorksheetDataBinding object that identifies a particular data binding.

#Remarks

To get all data bindings in a particular range, use the WorksheetDataBindingCollection.GetDataBindings method.

See Also