Merges the specified rectangular region of cells in this Table.
Syntax
Visual Basic | |
---|
Sub MergeCells( _
ByVal MinRow As System.Integer, _
ByVal MaxRow As System.Integer, _
ByVal MinColumn As System.Integer, _
ByVal 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