LinkedCell

Shape.LinkedCell property

Ottiene o imposta l’intervallo del foglio di lavoro collegato al valore del controllo.

public string LinkedCell { get; set; }

Esempi


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

Guarda anche