LinkedCell

Shape.LinkedCell property

Obtiene o establece el rango de la hoja de cálculo vinculado al valor del control.

public string LinkedCell { get; set; }

Ejemplos


[C#]
if (shape.LinkedCell.Equals("$B$6"))
    shape.LinkedCell = "A1";

Ver también