Validation.InCellDropdown Property

Definition

True if data validation displays a drop-down list that contains acceptable values. Read/write Boolean.

public:
 property bool InCellDropdown { bool get(); void set(bool value); };
public bool InCellDropdown { get; set; }
Public Property InCellDropdown As Boolean

Property Value

Remarks

This property is ignored if the validation type isn’t xlValidateList.

Use the Minimum argument of the Add(XlDVType, Object, Object, Object, Object) or Modify(Object, Object, Object, Object, Object) method of the Validation object to specify the range that contains valid data.

Applies to