UnmergeCells Method

Splits merged cells in a table.

See Also | Example

Signature

object.UnmergeCells(minRow, maxRow, minCol, maxCol)

Object

Table
The object or objects this method applies to.

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

 

   Comments?