UnmergeCells Method (ITable) Send Feedback
See Also 
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
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 _
) 
C# 
void UnmergeCells( 
   System.int MinRow,
   System.int MaxRow,
   System.int MinColumn,
   System.int MaxColumn
)
JavaScript 
UnmergeCells( 
   MinRow : Number,
   MaxRow : Number,
   MinColumn : Number,
   MaxColumn : Number
)
COM native C++ 
HRESULT UnmergeCells( 
   LONG MinRow,
   LONG MaxRow,
   LONG MinColumn,
   LONG MaxColumn
) 
C++ 
DSRESULT UnmergeCells( 
   long MinRow,
   long MaxRow,
   long MinColumn,
   long MaxColumn
) 

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