Click or drag to resize

ITable ApplyVerticalMerge Method

Applies the vertical merge for table cells.

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