[]
        
(Showing Draft Content)

C1.Web.Api.Excel.Range.-ctor

Range Constructor

Range(string)

Create a Range by address.

Declaration
public Range(string address)
Public Sub New(address As String)
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)
Public Sub New(leftCol As Integer, topRow As Integer, cols As Integer, rows As Integer)
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.