Checks if cell merging is on.
Supported platforms: Windows only
Signature
VBA:
RetVal = object.IsMergeAllEnabled(nRow, nCol)
- object
-
Type: Table
The object this method applies to.
- nRow
-
Access: Input-only
Type: Long
The value of the row.
- nCol
-
Access: Input-only
Type: Long
The value of the column.
Return Value (RetVal)
Type: Boolean
- True: Cells can be merged.
- False: Cell cannot be merged.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available