Checks if cell merging is on.
Supported platforms: Windows only
VBA:
RetVal = object.IsMergeAllEnabled(nRow, nCol)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The value of the row.
Access: Input-only
Type: Long
The value of the column.
Type: Boolean
No additional remarks.
VBA:
Not available
Visual LISP:
Not available