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; }
Public Property LinkedCell As IXLSRange
Get
Set
public:
virtual property IXLSRange^ LinkedCell {
IXLSRange^ get () sealed;
void set (IXLSRange^ value) sealed;
}
abstract LinkedCell : IXLSRange with get, set
override LinkedCell : IXLSRange with 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