Shape.InputRange

Shape.InputRange property

Gets or sets the worksheet range used to fill the specified combo box.

public string InputRange { get; set; }

Examples


[C#]
if (shape.InputRange.Equals("$B$6:$B10"))
    shape.InputRange = "$A$1:$A$5";

See Also