// Test the value in the cell at row RowIndex and column ColumnIndex to see if it is null.
CHMboolean IsNull(size_t RowIndex, size_t ColumnIndex) const;
C#
// Test the value in the cell at row RowIndex and column ColumnIndex to see if it is null.
public bool IsNull(int columnIndex, int rowIndex);
Delphi
// Test the value in the cell at row RowIndex and column ColumnIndex to see if it is null.
function IsNull(RowIndex, ColumnIndex: Integer): boolean;
Java
// Test the value in the cell at row RowIndex and column ColumnIndex to see if it is null.
public boolean IsNull(int ColumnIndex, int RowIndex);
For more information about the IsNull and GetState functions, see the Language API documentation for your applicable language.