ComponentOne Word for WPF
C1.WPF.Word.4.5.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
    public bool SetMerged( 
       int rows,
       int cols
    )

    Parameters

    rows
    The rows merged.
    cols
    The columns merged.

    Return Value

    true if it possible merged, otherwise false.
    See Also