Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void Merge(
	int firstRow,
	int firstColumn,
	int endRow,
	int endColumn
)
Sub Merge ( 
	firstRow As Integer,
	firstColumn As Integer,
	endRow As Integer,
	endColumn As Integer
)
void Merge(
	int firstRow, 
	int firstColumn, 
	int endRow, 
	int endColumn
)
abstract Merge : 
        firstRow : int * 
        firstColumn : int * 
        endRow : int * 
        endColumn : int -> unit 

Parameters

firstRow
Int32
firstColumn
Int32
endRow
Int32
endColumn
Int32

See Also