Click or drag to resize

Table ApplyHorizontalMerge Method

Applies horizontal merging for cells of table row.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ApplyHorizontalMerge(
	int rowIndex,
	int startCellIndex,
	int endCellIndex
)

Parameters

rowIndex
Type: System Int32
Index of the row.
startCellIndex
Type: System Int32
Start index of the cell.
endCellIndex
Type: System Int32
End index of the cell.

Implements

ITable ApplyHorizontalMerge(Int32, Int32, Int32)
See Also