[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.FlexSheetBuilder.Select

Select Method

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

Selects a cell range and optionally scrolls it into view.

Declaration
public FlexSheetBuilder Select(int row, int col, int? row2, int? col2, bool scrollToSelection = true)
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.

bool scrollToSelection

Specify whether to scroll the seletion into view.

Returns
Type Description
FlexSheetBuilder

Current FlexSheet builder