Click or drag to resize

Table ApplyVerticalMerge Method

Applies the vertical merge for table cells.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ApplyVerticalMerge(
	int columnIndex,
	int startRowIndex,
	int endRowIndex
)

Parameters

columnIndex
Type: System Int32
Index of the column.
startRowIndex
Type: System Int32
Start index of the row.
endRowIndex
Type: System Int32
End index of the row.

Implements

ITable ApplyVerticalMerge(Int32, Int32, Int32)
See Also