Enum XlsxValidationKind
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Xlsx.dll
What an XlsxValidation restricts a cell to.
public enum XlsxValidationKind
Fields
Date = 3A date within bounds.
Decimal = 1A decimal number within bounds.
List = 4One of a fixed list of options.
TextLength = 2Text whose length is within bounds.
WholeNumber = 0A whole number within bounds.