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
Wiki Markup
{description}
{excerpt}The data type allowed as the cell's value.{excerpt}
{signature:C#}
 public sealed class ValidationType : TypesafeEnum
{signature}{signature: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|