[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Range.-ctor

Range Constructor

Range(string)

Create a Range by address.

Declaration
public Range(string address)
Parameters
Type Name Description
string address

The range address.

Range(int, int, int, int)

Create a Range by coordinates and spans.

Declaration
public Range(int leftCol, int topRow, int cols, int rows)
Parameters
Type Name Description
int leftCol

The starting column number.

int topRow

The starting row number.

int cols

The number of columns.

int rows

The number of rows.