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
)
Sub ApplyVerticalMerge (
columnIndex As Integer,
startRowIndex As Integer,
endRowIndex As Integer
)
void ApplyVerticalMerge(
int columnIndex,
int startRowIndex,
int endRowIndex
)
abstract 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.
See Also