[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfCell.SetMerged

SetMerged Method

SetMerged(int, int)

Set merged for this cell.

Declaration
public bool SetMerged(int rows, int cols)
Parameters
Type Name Description
int rows

The rows merged.

int cols

The columns merged.

Returns
Type Description
bool

true if it possible merged, otherwise false.