Returns the merge status of a cell.
Supported platforms: Windows only
VBA:
RetVal = object.IsMergedCell(row, col, minRow, maxRow, minCol, maxCol)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row number.
Access: Input-only
Type: Long
The column number.
Access: Input-only
Type: Long
Zero-based lower bound of a row index.
Access: Input-only
Type: Long
Zero-based upper bound of a row index.
Access: Input-only
Type: Long
Zero-based lower bound of a column index.
Access: Input-only
Type: Long
Zero-based upper bound of a column index.
Type: Boolean
No additional remarks.
VBA:
Not available
Visual LISP:
Not available