| 
Table
ApplyHorizontalMerge Method
  | 
 Applies horizontal merging for cells of table row.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void ApplyHorizontalMerge(
	int rowIndex,
	int startCellIndex,
	int endCellIndex
)
 
Public Sub ApplyHorizontalMerge ( 
	rowIndex As Integer,
	startCellIndex As Integer,
	endCellIndex As Integer
)
 
public:
virtual void ApplyHorizontalMerge(
	int rowIndex, 
	int startCellIndex, 
	int endCellIndex
) sealed
 
abstract ApplyHorizontalMerge : 
rowIndex : int * 
startCellIndex : int * 
endCellIndex : int -> unit 
override ApplyHorizontalMerge : 
rowIndex : int * 
startCellIndex : int * 
endCellIndex : int -> unit 
 
 
 
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.
Implements
 
ITable
ApplyHorizontalMerge(Int32, Int32, Int32)
 
 
 See Also
See Also