[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.CellPosition.-ctor

CellPosition Constructor

CellPosition(string)

Create a CellPosition by an address.

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

The cell address.

CellPosition(int, int)

Create a CellPosition by coordinate components.

Declaration
public CellPosition(int col, int row)
Parameters
Type Name Description
int col

The column number.

int row

The row number.