Click or drag to resize

ITable ApplyHorizontalMerge Method

Applies horizontal merging for cells of table row.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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.
See Also