Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetDataBindingCollection.GetDataBinding(Cell) Method

Obtains data bindings for the specified cell.

Namespace: DevExpress.Spreadsheet

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

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