Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Infragistics.Documents.Word.Document merge cell
posted

Hi all,

how is it possible to merge a cell over 2 Rows in the Word Document? The cell has a Property to set the ColumnSpan but non for the RowSpan!

THX for any help on this

Michael

Parents
No Data
Reply
  • 150
    Verified Answer
    Offline posted

    never mind I found the Answer!

    tbl.Rows[2].Cells[2].Properties.VerticalMerge = TableCellVerticalMerge.Start;

    tbl.Rows[3].Cells[2].Properties.VerticalMerge = TableCellVerticalMerge.Continue;

     

Children
No Data