[]
        
(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)
Public Function AddCellRange(row As Integer, col As Integer, row2 As Integer?, col2 As Integer?) As CellRangeFactory
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