Excel.DataValidationType enum
データ検証型列挙型を表します。
注釈
フィールド
| custom = "Custom" | カスタム データ検証の種類。 |
| date = "Date" | 日付データ検証の種類。 |
| decimal = "Decimal" | 10 進データ検証型。 |
| inconsistent = "Inconsistent" | 不整合は、範囲に一貫性のないデータ検証があることを意味し、異なるセルに異なるルールがあることを示します。 |
| list = "List" | リスト データ検証の種類。 |
| mixedCriteria = "MixedCriteria" | 混合条件は、範囲が一部のセルにデータ検証が存在することを意味しますが、一部のセルには存在しません。 |
| none = "None" | None は、範囲にデータ検証がないことを示す値を許可することを意味します。 |
| textLength = "TextLength" | テキスト長データ検証の種類。 |
| time = "Time" | 時刻データ検証の種類。 |
| wholeNumber = "WholeNumber" | 整数データ検証型。 |