Excel.CustomDataValidation interface
Represents the custom data validation criteria.
Remarks
Properties
formula | A custom data validation formula. This creates special input rules, such as preventing duplicates, or limiting the total in a range of cells. |
Property Details
formula
A custom data validation formula. This creates special input rules, such as preventing duplicates, or limiting the total in a range of cells.
formula: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins