Chameleon and Iguana Plugin C# Class Libraries

Table.IsNull Method 

Check if the value at columnIndex and rowIndex is null.

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

Remarks

See http://www.interfaceware.com/manual/is_null.html for more information.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace