Table of Contents

Enum XlsxValidationKind

Namespace
DocToolkit
Assembly
DocToolkit.Xlsx.dll

What an XlsxValidation restricts a cell to.

public enum XlsxValidationKind

Fields

Date = 3

A date within bounds.

Decimal = 1

A decimal number within bounds.

List = 4

One of a fixed list of options.

TextLength = 2

Text whose length is within bounds.

WholeNumber = 0

A whole number within bounds.