'Declaration
Public Overloads Function IsEmpty( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
Parameters
- row
- The row index of the cell.
- column
- The column index of the cell.
Return Value
true
if the cell data is empty; otherwise, false
.