IsMergedCell Method |
Returns the merge status of a cell.
Signature
RetVal = object.IsMergedCell(row, col, minRow, maxRow, minCol, maxCol)
Object
Table
The object or objects this method applies to.
row
Long; the row
col
Long; the column
minRow
Long; zero-based lower bound of a row index
maxRow
Long; zero-based upper bound of a row index
minCol
Long; zero-based lower bound of a column index
maxCol
Long; zero-based upper bound of a column index
RetVal
Boolean
Comments? |