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