Skip to main content
A newer version of this page is available. .

CellData.Cell Property

Identifies a worksheet cell which is rendered.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public Cell Cell { get; }

Property Value

Type Description
Cell

A Cell interface that identifies a worksheet cell.

Remarks

Use the Range.GetReferenceA1 or the Range.GetReferenceR1C1 methods to obtain cell coordinates.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Cell property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also