| 
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
Syntax
 
 
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
 
- 
 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
See Also