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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
startRowIndex
Int32
endRowIndex
Int32

See Also