Unmerges a previously merged rectangular region of cells in this Table.
Syntax
Visual Basic | |
---|
Sub UnmergeCells( _
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 unmerge
- MaxRow
- Maximum index of the row of the rectangular region of cells to unmerge
- MinColumn
- Minimum index of the column of cells to unmerge
- MaxColumn
- Minimum index of the column of cells to unmerge
See Also
Availability
DraftSight V1R6.0