Click or drag to resize

CommentsRange LinkedCell Property

Gets or sets the linked cell of the range.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange LinkedCell { get; set; }

Return Value

Type: IXLSRange
The linked cell of the range.

Implements

IShape LinkedCell
Exceptions
Exception Condition
NotSupportedException Thrown when attempting to get or set the linked cell.
See Also