[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Reference.-ctor

Reference Constructor

Reference(int, int)

Initializes a new instance of the Reference class.

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

An integer value indicates the row index of single cell range reference.

int column

An integer value indicates the column index of single cell range reference.

Reference(int, int, int, int)

Initializes a new instance of the Reference class.

Declaration
public Reference(int row, int column, int row2, int column2)
Public Sub New(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 range reference.

int column

An integer value indicates the left column index of range reference.

int row2

An integer value indicates the bottom row index of range reference.

int column2

An integer value indicates the right column index of range reference.

Reference(string)

Initializes a new instance of the Reference class.

Declaration
public Reference(string address)
Public Sub New(address As String)
Parameters
Type Name Description
string address

The range reference.