Navigation:  Interfaces (Technical API Reference) > Text Elements (paragraphs, objects, styles) > IWPParInterface > Properties >

IsColMerge Property

Previous pageReturn to chapter overviewNext page

Applies to

IWPParInterface

Declaration

bool IsColMerge;

Description

When set, this paragraph (must be a cell) is horizontally merged with the previous cell.

 

Please also see InputRowStart - there we added an VB.NET example which creates a table using merged cells and paragraph styles.