Merges the specified rectangular region of cells in this Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub MergeCells( _
LONG MinRow As System.Integer, _
LONG MaxRow As System.Integer, _
LONG MinColumn As System.Integer, _
LONG MaxColumn As System.Integer _
) |
Parameters
- MinRow
- Minimum index of the row of cells to merge
- MaxRow
- Maximum index of the row of cells to merge
- MinColumn
- Minimum index of the column of cells to merge
- MaxColumn
- Maximum index of the column of cells to merge
Remarks
See Also
Availability
DraftSight V1R6.0