Applies the vertical merge for table cells.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void ApplyVerticalMerge(
	int columnIndex,
	int startRowIndex,
	int endRowIndex
)
Public Sub ApplyVerticalMerge ( 
	columnIndex As Integer,
	startRowIndex As Integer,
	endRowIndex As Integer
)
public:
virtual void ApplyVerticalMerge(
	int columnIndex, 
	int startRowIndex, 
	int endRowIndex
) sealed
abstract ApplyVerticalMerge : 
        columnIndex : int * 
        startRowIndex : int * 
        endRowIndex : int -> unit 
override ApplyVerticalMerge : 
        columnIndex : int * 
        startRowIndex : int * 
        endRowIndex : int -> unit 

Parameters

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

Implements

ITable..::..ApplyVerticalMerge(Int32, Int32, Int32)

See Also