Contents - Index - Previous - Next


CellIsEmpty method



Applies to
TProfGrid component

Declaration
function CellIsEmpty(ACol, ARow: Integer): Boolean;

Description

Returns True if the specified visible cell is empty. Returns False otherwise.

Tip:  In loop operations, calling this method is more efficient than checking for empty cells using a statement like Cells[i,j].IsEmpty().