[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.Select

Select Method

Select(int, int, int?, int?)

Selects a cell range and optionally scrolls it into view.

Declaration
public virtual TBuilder Select(int row, int col, int? row2, int? col2)
Parameters
Type Name Description
int row

Index of the first row in this range.

int col

Index of the first column in this range.

int? row2

Index of the last row in this range.

int? col2

Index of the last column in this range.

Returns
Type Description
TBuilder

Current builder.

Remarks

If row2 and col2 are not set or set to Null, it means the single cell specified by row and col will be selected.