[]
        
(Showing Draft Content)

C1.Web.Api.Excel.CellPosition.-ctor

CellPosition Constructor

CellPosition(string)

Create a CellPosition by an address.

Declaration
public CellPosition(string address)
Public Sub New(address As String)
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)
Public Sub New(col As Integer, row As Integer)
Parameters
Type Name Description
int col

The column number.

int row

The row number.