C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfCell Class / SetMerged Method
The rows merged.
The columns merged.

In This Topic
SetMerged Method
In This Topic
Set merged for this cell.
Syntax
'Declaration
 
Public Function SetMerged( _
   ByVal rows As Integer, _
   ByVal cols As Integer _
) As Boolean
 

Parameters

rows
The rows merged.
cols
The columns merged.

Return Value

true if it possible merged, otherwise false.
See Also