Chameleon and Iguana Plugin C# Class Libraries

Table.GetState Method 

Test the value in the cell at row rowIndex and column columnIndex to see if it is null, zero, empty or invalid.

[Visual Basic]
Public Function GetState( _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer _
) As State
[C#]
public State GetState(
   int columnIndex,
   int rowIndex
);

Remarks

See http://interfaceware.com/manual/is_null.html for details.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace