Click or drag to resize

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

Return Value

Type: IXLSRange
The linked cell as an IXLSRange object if a linked cell is set; otherwise, null.

Implements

IShape LinkedCell
See Also