Click or drag to resize

ExcelCommentObject LinkedCell Property

Gets or sets the linked cell of the range.

Namespace: Spire.Xls
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 linked cell.

Implements

IShape LinkedCell
Exceptions
Exception Condition
NotSupportedException This operation is not supported.
See Also