Table of Contents

Enum OdfValidationCondition

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Specifies ODS data validation conditions. 表示 ODS 資料驗證條件的列舉。

public enum OdfValidationCondition

Fields

DecimalBetween = 1

The decimal value is between the specified bounds. 十進位數值介於指定範圍。

IntegerBetween = 0

The integer value is between the specified bounds. 整數值介於指定範圍。

TextLengthBetween = 2

The text length is between the specified bounds. 文字長度介於指定範圍。