Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.ListDataValidation interface
- Package:
- excel
Represents the List data validation criteria.
Properties
| inCellDropDown | Specifies whether to display the list in a cell drop-down. The default is |
| source | Source of the list for data validation When setting the value, it can be passed in as a |
Property Details
inCellDropDown
Specifies whether to display the list in a cell drop-down. The default is true.
inCellDropDown: boolean;
Property Value
boolean
Remarks
source
Source of the list for data validation When setting the value, it can be passed in as a Range object, or a string that contains a comma-separated number, Boolean, or date.
source: string | Range;
Property Value
string | Excel.Range
Remarks
Office Add-ins
Feedback
Was this page helpful?
