WorksheetDataBindingCollection.GetDataBinding(Cell) Method
In This Article
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 |
---|---|
Worksheet |
A Worksheet |
#Remarks
To get all data bindings in a particular range, use the WorksheetDataBindingCollection.GetDataBindings method.
See Also