[]
        
(Showing Draft Content)

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

Range Method

Range(CellRange)

Sets the Range property.

Declaration
public TableBuilder Range(CellRange range)
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)
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.