Shape.LinkedCell
Shape.LinkedCell property
Gets or sets the worksheet range linked to the control’s value.
public string LinkedCell { get; set; }
Examples
[C#]
if (shape.LinkedCell.Equals("$B$6"))
shape.LinkedCell = "A1";
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells