Determines if a cell is empty based on its row and column position.
Supported platforms: Windows only
VBA:
RetVal = object.IsEmpty(nRow, nCol)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row number of the cell to check.
Access: Input-only
Type: Long
The column number of the cell to check.
Type: Boolean
No additional remarks.
VBA:
Not available
Visual LISP:
Not available