ComponentOne Word for UWP
SetMerged Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfCell Class : SetMerged Method
The rows merged.
The columns merged.
Set merged for this cell.
Syntax
'Declaration
 
Public Function SetMerged( _
   ByVal rows As System.Integer, _
   ByVal cols As System.Integer _
) As System.Boolean
public System.bool SetMerged( 
   System.int rows,
   System.int cols
)

Parameters

rows
The rows merged.
cols
The columns merged.

Return Value

true if it possible merged, otherwise false.
See Also

Reference

RtfCell Class
RtfCell Members