Back to Devexpress

LinkedCellFormControl.LinkedCell Property

officefileapi-devexpress-dot-spreadsheet-dot-linkedcellformcontrol.md

latest1.1 KB
Original Source

LinkedCellFormControl.LinkedCell Property

Specifies a cell linked to the form control. This cell has the value specified by the form control.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CellRange LinkedCell { get; set; }
vb
Property LinkedCell As CellRange

Property Value

TypeDescription
CellRange

The linked cell.

|

See Also

LinkedCellFormControl Interface

LinkedCellFormControl Members

DevExpress.Spreadsheet Namespace