XlsRadioButtonShape
LinkedCell Property
 | 
Gets or sets the linked cell for the radio button 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
 
 
 
Return Value
Type:
IXLSRange
The linked cell as an IXLSRange object if a linked cell is set; otherwise, null.
Implements
IShape
LinkedCell
 
See Also