[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.CellRangeFactory.AddCellRange

AddCellRange Method

AddCellRange(int, int, int?, int?)

Add the CellRange to Range list.

Declaration
public CellRangeFactory AddCellRange(int row, int col, int? row2, int? col2)
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
CellRangeFactory