ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfCell Class / SetMerged(Int32,Int32) Method
The rows merged.
The columns merged.

In This Topic
    SetMerged(Int32,Int32) Method
    In This Topic
    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