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