Validation.InCellDropdown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.