XlsListBoxShape
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; }
 
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
 
 
 
Property Value
Type:
IXLSRange
An IXLSRange object representing the linked cell. If no cell is linked, returns null.
Return Value
Type:
IXLSRange
The IXLSRange object representing the linked cell.
Implements
IShape
LinkedCell
 
See Also