InputRange
Shape.InputRange property
Ottiene o imposta l’intervallo del foglio di lavoro utilizzato per riempire la casella combinata specificata.
public string InputRange { get; set; }
Esempi
[C#]
if (shape.InputRange.Equals("$B$6:$B10"))
shape.InputRange = "$A$1:$A$5";
Guarda anche
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells