[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.TableBuilder.Range

Range Method

Range(CellRange)

Sets the Range property.

Declaration
public TableBuilder Range(CellRange range)
Public Function Range(range As CellRange) As TableBuilder
Parameters
Type Name Description
CellRange range

The cell range.

Returns
Type Description
TableBuilder

Current builder.

Range(int, int, int?, int?)

Sets the Range property.

Declaration
public TableBuilder Range(int row, int col, int? row2 = null, int? col2 = null)
Public Function Range(row As Integer, col As Integer, Optional row2 As Integer? = Nothing, Optional col2 As Integer? = Nothing) As TableBuilder
Parameters
Type Name Description
int row

The start row index.

int col

The start column index.

int? row2

The end row index.

int? col2

The end column index.

Returns
Type Description
TableBuilder

Current builder.