Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}The data type allowed as the cell's value.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public sealed class ValidationType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ValidationType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Anything

...

A custom type

...

A date

...

A floating point number

...

A list

...

A text list

...

A time

...

{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|