Click or drag to resize

XlsShape LinkedCell Property

Gets or sets the linked cell for the shape.

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; }

Property Value

Type: IXLSRange
The IXLSRange object representing the linked cell. If no cell is linked, it returns null.

Return Value

Type: IXLSRange
The IXLSRange object representing the linked cell.

Implements

IShape LinkedCell
See Also