IsEmpty Method |
Determines if a cell is empty based on its row and column position
Signature
RetVal = object.IsEmpty nRow, nCol
Object
Table
The object this method applies to.
nRow
Long; Input-only
The row number of the cell to check.
nCol
Long; Input-only
The column number of the cell to check.
RetVal
Boolean
The value of the return; TRUE if the cell is empty.
Comments? |