GrapeCity.Documents.Excel.Forms Namespace / ICellLinkControl Interface / LinkedCell Property
In This Topic
LinkedCell Property
In This Topic
Gets or sets a cell reference to bind the Value property and the GrapeCity.Documents.Excel.IRange.Value property of a cell with the two-way binding mode.
Syntax
IRange LinkedCell {get; set;}
Remarks
This property doesn't handle #REF! errors. #REF! will be treated as unset value.
See Also