Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The data type allowed as the cell's

...

value.

...

Signature
C#
C#
 public sealed class ValidationType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class ValidationType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:AnyValue}AnyValue|Anything|
|{anchor:Custom}Custom|A custom type|
|{anchor:Date}Date|A date|
|{anchor:Decimal}Decimal|A floating point number|
|{anchor:List}List|A list|
|{anchor:TextLength}TextLength|A text list|
|{anchor:Time}Time|A time|
|{anchor:WholeNumber}WholeNumber|A whole number|
Values

Name

Description

Anchor
AnyValue
AnyValue
AnyValue

Anything

Anchor
Custom
Custom
Custom

A custom type

Anchor
Date
Date
Date

A date

Anchor
Decimal
Decimal
Decimal

A floating point number

Anchor
List
List
List

A list

Anchor
TextLength
TextLength
TextLength

A text list

Anchor
Time
Time
Time

A time

Anchor
WholeNumber
WholeNumber
WholeNumber

A whole number