Back to Devexpress

WorksheetDataBindingCollection.GetDataBinding(Cell) Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheetdatabindingcollection-dot-getdatabinding-x28-devexpress-dot-spreadsheet-dot-cell-x29.md

latest2.0 KB
Original Source

WorksheetDataBindingCollection.GetDataBinding(Cell) Method

Obtains data bindings for the specified cell.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
WorksheetDataBinding GetDataBinding(
    Cell cell
)
vb
Function GetDataBinding(
    cell As Cell
) As WorksheetDataBinding

Parameters

NameTypeDescription
cellCell

A Cell for which to query the data binding collection.

|

Returns

TypeDescription
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

Data Binding in WinForms Spreadsheet Control

WorksheetDataBindingCollection Interface

WorksheetDataBindingCollection Members

DevExpress.Spreadsheet Namespace