Chameleon and Iguana Plugin C# Class Libraries

State Enumeration

State of the data in a cell of the table.

[Visual Basic]
Public Enum State
[C#]
public enum State

Members

Member Name Description
Valid The value is valid.
PresentButNull The value is present but null.
Empty The value is empty.
Invalid The value is invalid.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

iNTERFACEWARE.Chameleon Namespace