Signature
object.MergeCells(minRow, maxRow, minCol, maxCol)
Object
MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_Table_Object.htm" target="_blank" >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
Remarks
This method merges a rectangular region of cells. The total number of cells to be merged is equal to (maxRow - minRow + 1) * (maxCol - minCol + 1).
|