[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Reference.Union

Union Method

Union(int, int)

Unions the current Reference with the specified reference.

Declaration
public void Union(int row, int column)
Public Sub Union(row As Integer, column As Integer)
Parameters
Type Name Description
int row

An integer value indicates the row index of the reference to union.

int column

An integer value indicates the column index of the reference to union.

Union(int, int, int, int)

Unions the current Reference with the specified reference.

Declaration
public void Union(int row, int column, int row2, int column2)
Public Sub Union(row As Integer, column As Integer, row2 As Integer, column2 As Integer)
Parameters
Type Name Description
int row

An integer value indicates the top row index of the reference to union.

int column

An integer value indicates the left column index of the reference to union.

int row2

An integer value indicates the bottom row index of the reference to union.

int column2

An integer value indicates the right column index of the reference to union.

Union(Reference)

Unions the current Reference with the specified reference.

Declaration
public void Union(Reference reference)
Public Sub Union(reference As Reference)
Parameters
Type Name Description
Reference reference

The reference.