'Declaration
Public Function IsSpilledCell( _ 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 contains spilled value; otherwise, false
.